#9F0C00

Color #9F0C00 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9F0C00

Tints of Dark Red #9F0C00

Color information

#9F0C00 (or 0x9F0C00) is unknown color: approx Dark Red. HEX triplet: 9F, 0C and 00. RGB value is (159,12,0). Sum of RGB (Red+Green+Blue) = 159+12+0=171 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.98% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0C00 is #60F3FF. Grayscale: #363636. Windows color (decimal): -6353920 or 3231. OLE color: 3231.

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

Color convert

RGB159120-
CMYK00.9210.38
HSL4.53º100%31.18%-
HSV(B)4.53º100%62.35%-
XYZ14.437.630.71-
YUV54.5897.2202.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 92.98%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.98%
G=7.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912000.9210.384.5310031.18
Hex9FC005C64265641f
Octal237140013414446514437
Binary1001111111000010111001100100100110101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F0C00;
 }
 .AnyTagClassName
 {
   color: #9F0C00;
 }
</style>
background-color css

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

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

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

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

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

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