Html Css Color HEX #9F1109 Dark Red

📋 copy color: '#9F1109'

red 159 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #9F1109

Tints of Dark Red #9F1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 85.95%
G = 9.19%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F1109 (or 0x9F1109) is known color: Dark Red. HEX triplet: 9F, 11 and 09. RGB value is (159,17,9). Sum of RGB (Red+Green+Blue) = 159+17+9=185 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.95% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1109 is #60EEF6. Grayscale: #3A3A3A. Windows color (decimal): -6352631 or 594335. OLE color: 594335.

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

Color convert

RGB 159 17 9 -
CMYK 0 0.89 0.94 0.38
HSL 3.2º 0.89% 0.33% -
HSV(B) 3.2º 0.94% 0.62% -
XYZ 14.55 7.79 1 -
YUV 58.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 159 17 9 0 0.89 0.94 0.38 3.2 0.89 0.33
Hex 9F 11 9 0 59 5E 26 3 59 21
Octal 237 21 11 0 131 136 46 3 131 41
Binary 10011111 10001 1001 0 1011001 1011110 100110 11 1011001 100001

Color Harmonies of #9F1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1109

Black with #9F1109

Text Example


Text Example

White with #9F1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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