Html Css Color HEX #941408 Dark Red

📋 copy color: '#941408'

red 148 ◦ green 20 ◦ blue 8

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

Shades of Dark Red #941408

Tints of Dark Red #941408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 84.09%
G = 11.36%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#941408 (or 0x941408) is known color: Dark Red. HEX triplet: 94, 14 and 08. RGB value is (148,20,8). Sum of RGB (Red+Green+Blue) = 148+20+8=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #941408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941408 is #6BEBF7. Grayscale: #393939. Windows color (decimal): -7072760 or 529556. OLE color: 529556.

HSL color Cylindrical-coordinate representation of color #941408: hue angle of 5.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 #941408 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 8 -
CMYK 0 0.86 0.95 0.42
HSL 5.14º 0.9% 0.31% -
HSV(B) 5.14º 0.95% 0.58% -
XYZ 12.51 6.81 0.89 -
YUV 56.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 148 20 8 0 0.86 0.95 0.42 5.14 0.9 0.31
Hex 94 14 8 0 56 5F 2A 5 5A 1F
Octal 224 24 10 0 126 137 52 5 132 37
Binary 10010100 10100 1000 0 1010110 1011111 101010 101 1011010 11111

Color Harmonies of #941408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941408

Black with #941408

Text Example


Text Example

White with #941408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941408; }

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

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

background-color css

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

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

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

border-color css

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

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

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