Html Css Color HEX #940D08 Dark Red

📋 copy color: '#940D08'

red 148 ◦ green 13 ◦ blue 8

#940D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #940D08

Tints of Dark Red #940D08

RGB

 RED value IS 148 (58.2% from 255) = 87.57%

 GREEN value IS 13 (5.47% from 255) = 7.69%

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 87.57%
G = 7.69%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#940D08 (or 0x940D08) is known color: Dark Red. HEX triplet: 94, 0D and 08. RGB value is (148,13,8). Sum of RGB (Red+Green+Blue) = 148+13+8=169 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.57% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 148 - color contains mainly: red. Hex color #940D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940D08 is #6BF2F7. Grayscale: #343434. Windows color (decimal): -7074552 or 527764. OLE color: 527764.

HSL color Cylindrical-coordinate representation of color #940D08: hue angle of 2.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940D08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 8 -
CMYK 0 0.91 0.95 0.42
HSL 2.14º 0.9% 0.31% -
HSV(B) 2.14º 0.95% 0.58% -
XYZ 12.4 6.6 0.85 -
YUV 52.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 148 13 8 0 0.91 0.95 0.42 2.14 0.9 0.31
Hex 94 D 8 0 5B 5F 2A 2 5A 1F
Octal 224 15 10 0 133 137 52 2 132 37
Binary 10010100 1101 1000 0 1011011 1011111 101010 10 1011010 11111

Color Harmonies of #940D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D08

Black with #940D08

Text Example


Text Example

White with #940D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940D08; }

 p { color: rgb(148,13,8); }

 H1.HeaderClassName
 {
   color: #940D08;
 }
 .AnyTagClassName
 {
   color: #940D08;
 }
</style>

background-color css

<style>
 a { background-color: #940D08; }

 a { background-color: rgb(148,13,8); }

 div.DivClassName
 {
   background-color: #940D08;
 }
 .BgClassName
 {
   background-color: #940D08;
 }
</style>

border-color css

<style>
 span { border-color: #940D08; }

 span { border-color: rgb(148,13,8); }

 td.TdClassName
 {
   border-color: #940D08;
 }
 .TagClassName
 {
   border-color: #940D08;
 }
</style>