Html Css Color HEX #9F0C06 Dark Red

📋 copy color: '#9F0C06'

red 159 ◦ green 12 ◦ blue 6

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

Shades of Dark Red #9F0C06

Tints of Dark Red #9F0C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.78%

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 89.83%
G = 6.78%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F0C06 (or 0x9F0C06) is known color: Dark Red. HEX triplet: 9F, 0C and 06. RGB value is (159,12,6). Sum of RGB (Red+Green+Blue) = 159+12+6=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0C06 is #60F3F9. Grayscale: #373737. Windows color (decimal): -6353914 or 396447. OLE color: 396447.

HSL color Cylindrical-coordinate representation of color #9F0C06: hue angle of 2.35º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0C06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 12 6 -
CMYK 0 0.92 0.96 0.38
HSL 2.35º 0.93% 0.32% -
HSV(B) 2.35º 0.96% 0.62% -
XYZ 14.46 7.65 0.89 -
YUV 55.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 159 12 6 0 0.92 0.96 0.38 2.35 0.93 0.32
Hex 9F C 6 0 5C 60 26 2 5D 20
Octal 237 14 6 0 134 140 46 2 135 40
Binary 10011111 1100 110 0 1011100 1100000 100110 10 1011101 100000

Color Harmonies of #9F0C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0C06

Black with #9F0C06

Text Example


Text Example

White with #9F0C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,12,6); }

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

background-color css

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

 a { background-color: rgb(159,12,6); }

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

border-color css

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

 span { border-color: rgb(159,12,6); }

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