COLOR #250011

HEX: #250011
RGB: (37,0,17)

Color info

#250011 contains only red and blue colors. Web safe color of #250011 is #330000 (or #300).

RGB color model

#250011 color RGB value is (37,0,17).

  • red value is 37;
  • green value is 0;
  • blue value is 17.
RGB:
(37,0,17)
(15%,0%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 0 of 255 = 0%
B 17 of 255 = 7%

37
0
17

R + G + B ~ 7%. #250011 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 0 + 17 = 54 (100%)
R 37 of 54 ~ 68.52%
G 0 of 54 ~ 0%
B 17 of 54 ~ 31.48%

%68.52
%31.48

CMYK color model

#250011 color CMYK value is (0,100,54,85).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 54.05%
  • key color value is 85.49%
CMYK:
(0,100,54,85)
C0M100Y54K85 
(0%,100%,54%,85%)
(0.00/1.00/0.54/0.85)	

CMYK percentages

%0
%100
%54.05
%85.49

Codes

Color #250011 in popluar color models

250011
RGB37017
HSL332°100.00%7.25%
HSB/HSV332°100.00%14.51%
CMYK0.00%100.00%54.05%
85.49%

Color #250011 in popluar number systems.

HEX250011
Decimal37017
Binary100101010001
Octal45021

Shades and tints

Shades of #250011

#250011
(37,0,17)
#220010
(34,0,16)
#1F000F
(31,0,15)
#1C000E
(28,0,14)
#19000D
(25,0,13)
#16000C
(22,0,12)
#13000B
(19,0,11)
#10000A
(16,0,10)
#0D0009
(13,0,9)
#0A0008
(10,0,8)
#070007
(7,0,7)
#000000
(0,0,0)

Tints of #250011

#250011
(37,0,17)
#381726
(56,23,38)
#4B2E3B
(75,46,59)
#5E4550
(94,69,80)
#715C65
(113,92,101)
#84737A
(132,115,122)
#978A8F
(151,138,143)
#AAA1A4
(170,161,164)
#BDB8B9
(189,184,185)
#D0CFCE
(208,207,206)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250011 color. Also use rgb(37,0,17) instead hex code.

Text Font Color

.myTextColor { color: #250011; }

<p style="color:#250011">This sample text font color is #250011.</p>

This text font color is #250011.


Background Color

.myBgColor { background-color: #250011; }

<div style="background-color:#250011">Inner text</div>

This div background color is #250011.


Border color

.myBorderColor { border: 1px solid #250011; }

<div style="border:3px solid #250011">Div</div>

This div border color is #250011.


Opacity

.myOpacity80 { color: #250011; opacity: 0.8; }

<p style="color:#250011;opacity:0.8;">80%</p>

Text with #250011 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #250011;}

<p style="text-shadow: 3px 3px 1px #250011">Text here.</p>

This text has shadow with #250011 color.

.textShadow {text-shadow: 3px 3px 1px #250011, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #250011, 5px 5px 20px red">Text here.</p>

This text has shadow with #250011 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#250011, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#250011, Direction=45, Strength=4)">Text</p>

This text has shadow with #250011 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #250011;
  -webkit-box-shadow:	1px 1px 3px 2px #250011;
  box-shadow:		1px 1px 3px 2px #250011;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #250011;
-webkit-box-shadow: 1px 1px 3px 2px #250011;
box-shadow:1px 1px 3px 2px #250011;">
Div content here</div>
This div box has shadow with color #250011.

Preview

Color preview on black background

This text has color #250011 on black background.


Color preview on white background

This text has color #250011 on white background.



Black color preview on #250011 background

This text has black color on #250011 background.


White color preview on #250011 background

This text has white color on #250011 background.