Html Css Color HEX #9F1508 Dark Red

📋 copy color: '#9F1508'

red 159 ◦ green 21 ◦ blue 8

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

Shades of Dark Red #9F1508

Tints of Dark Red #9F1508

RGB

 RED value IS 159 (62.5% from 255) = 84.57%

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 84.57%
G = 11.17%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F1508 (or 0x9F1508) is known color: Dark Red. HEX triplet: 9F, 15 and 08. RGB value is (159,21,8). Sum of RGB (Red+Green+Blue) = 159+21+8=188 (24% of max value = 765). Red value is 159 (62.5% from 255 or 84.57% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1508 is #60EAF7. Grayscale: #3C3C3C. Windows color (decimal): -6351608 or 529823. OLE color: 529823.

HSL color Cylindrical-coordinate representation of color #9F1508: hue angle of 5.17º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F1508 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 21 8 -
CMYK 0 0.87 0.95 0.38
HSL 5.17º 0.9% 0.33% -
HSV(B) 5.17º 0.95% 0.62% -
XYZ 14.61 7.92 0.99 -
YUV 60.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 159 21 8 0 0.87 0.95 0.38 5.17 0.9 0.33
Hex 9F 15 8 0 57 5F 26 5 5A 21
Octal 237 25 10 0 127 137 46 5 132 41
Binary 10011111 10101 1000 0 1010111 1011111 100110 101 1011010 100001

Color Harmonies of #9F1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1508

Black with #9F1508

Text Example


Text Example

White with #9F1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F1508; }

 p { color: rgb(159,21,8); }

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

background-color css

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

 a { background-color: rgb(159,21,8); }

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

border-color css

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

 span { border-color: rgb(159,21,8); }

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