COLOR #250A0A

HEX: #250A0A RGB: (37,10,10)

Color info

#250A0A contains red, green and blue colors in about the same proportion. Web safe color of #250A0A is #330000 (or #300).

RGB color model

#250A0A color RGB value is (37,10,10).

RGB: (37,10,10) (15%, 4%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 10 of 255 = 4%
B 10 of 255 = 4%

37
10
10

R + G + B ~ 8%. #250A0A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 10 + 10 = 57 (100%)
R 37 of 57 ~ 64.91%
G 10 of 57 ~ 17.54%
B 10 of 57 ~ 17.54'%

%64.91
%17.54
%17.54

CMYK color model

#250A0A color CMYK value is (0,73,73,85).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK: (0,73,73,85) C0M73Y73K85 (0%,73%,73%,85%) (0.00/0.73/0.73/0.85) 

CMYK percentages

%0
%72.97
%72.97
%85.49

Codes

Color #250A0A in popluar color models

25 0A 0A
RGB 37 10 10
HSL 57.45% 9.22%
HSB/HSV 72.97% 14.51%
CMYK 0.00% 72.97% 72.97%
85.49%

Color #250A0A in popluar number systems.

HEX 25 0A 0A
Decimal 37 10 10
Binary 100101 1010 1010
Octal 45 12 12

Shades and tints

Shades of #250A0A

#250A0A
(37,10,10)
#220A0A
(34,10,10)
#1F0A0A
(31,10,10)
#1C0A0A
(28,10,10)
#190A0A
(25,10,10)
#160A0A
(22,10,10)
#130A0A
(19,10,10)
#100A0A
(16,10,10)
#0D0A0A
(13,10,10)
#0A0A0A
(10,10,10)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #250A0A

#250A0A
(37,10,10)
#382020
(56,32,32)
#4B3636
(75,54,54)
#5E4C4C
(94,76,76)
#716262
(113,98,98)
#847878
(132,120,120)
#978E8E
(151,142,142)
#AAA4A4
(170,164,164)
#BDBABA
(189,186,186)
#D0D0D0
(208,208,208)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250A0A color. Also use rgb(37,10,10) instead hex code.

Text Font Color

.myTextColor { color: #250A0A; }

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

This text font color is #250A0A.

Background Color

.myBgColor { background-color: #250A0A; }

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

This div background color is #250A0A.

Border color

.myBorderColor { border: 1px solid #250A0A; }

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

This div border color is #250A0A.

Opacity

.myOpacity80 { color: #250A0A; opacity: 0.8; }

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

Text with #250A0A 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 #250A0A;}

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

This text has shadow with #250A0A color.


.textShadow {text-shadow: 3px 3px 1px #250A0A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #250A0A; -webkit-box-shadow: 1px 1px 3px 2px #250A0A; box-shadow:1px 1px 3px 2px #250A0A;">
Div content here
</div>

This div box has shadow with color #250A0A.

Preview

Color preview on black background

This text has color #250A0A on black background.


Color preview on white background

This text has color #250A0A on white background.


Black color preview on #250A0A background

This text has black color on #250A0A background.


White color preview on #250A0A background

This text has white color on #250A0A background.


Related colors

Complementary color

Complementary color for #hex is #DAF5F5.


I love getcolorcode.com