Html Css Color HEX #9F110F Dark Red

📋 copy color: '#9F110F'

red 159 ◦ green 17 ◦ blue 15

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

Shades of Dark Red #9F110F

Tints of Dark Red #9F110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 83.25%
G = 8.9%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F110F (or 0x9F110F) is known color: Dark Red. HEX triplet: 9F, 11 and 0F. RGB value is (159,17,15). Sum of RGB (Red+Green+Blue) = 159+17+15=191 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.25% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 159 - color contains mainly: red. Hex color #9F110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F110F is #60EEF0. Grayscale: #3B3B3B. Windows color (decimal): -6352625 or 987551. OLE color: 987551.

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

Color convert

RGB 159 17 15 -
CMYK 0 0.89 0.91 0.38
HSL 0.83º 0.83% 0.34% -
HSV(B) 0.83º 0.91% 0.62% -
XYZ 14.58 7.81 1.19 -
YUV 59.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 159 17 15 0 0.89 0.91 0.38 0.83 0.83 0.34
Hex 9F 11 F 0 59 5B 26 1 53 22
Octal 237 21 17 0 131 133 46 1 123 42
Binary 10011111 10001 1111 0 1011001 1011011 100110 1 1010011 100010

Color Harmonies of #9F110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F110F

Black with #9F110F

Text Example


Text Example

White with #9F110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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