Html Css Color HEX #9F1106 Dark Red

📋 copy color: '#9F1106'

red 159 ◦ green 17 ◦ blue 6

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

Shades of Dark Red #9F1106

Tints of Dark Red #9F1106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 87.36%
G = 9.34%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F1106 (or 0x9F1106) is known color: Dark Red. HEX triplet: 9F, 11 and 06. RGB value is (159,17,6). Sum of RGB (Red+Green+Blue) = 159+17+6=182 (24% of max value = 765). Red value is 159 (62.5% from 255 or 87.36% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1106 is #60EEF9. Grayscale: #3A3A3A. Windows color (decimal): -6352634 or 397727. OLE color: 397727.

HSL color Cylindrical-coordinate representation of color #9F1106: hue angle of 4.31º 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 #9F1106 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 17 6 -
CMYK 0 0.89 0.96 0.38
HSL 4.31º 0.93% 0.32% -
HSV(B) 4.31º 0.96% 0.62% -
XYZ 14.53 7.78 0.91 -
YUV 58.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 159 17 6 0 0.89 0.96 0.38 4.31 0.93 0.32
Hex 9F 11 6 0 59 60 26 4 5D 20
Octal 237 21 6 0 131 140 46 4 135 40
Binary 10011111 10001 110 0 1011001 1100000 100110 100 1011101 100000

Color Harmonies of #9F1106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1106

Black with #9F1106

Text Example


Text Example

White with #9F1106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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