#9F1407

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

Shades of Dark Red #9F1407

Tints of Dark Red #9F1407

Color information

#9F1407 (or 0x9F1407) is unknown color: approx Dark Red. HEX triplet: 9F, 14 and 07. RGB value is (159,20,7). Sum of RGB (Red+Green+Blue) = 159+20+7=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1407 is #60EBF8. Grayscale: #3C3C3C. Windows color (decimal): -6351865 or 464031. OLE color: 464031.

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

Color convert

RGB159207-
CMYK00.870.960.38
HSL5.13º91.57%32.55%-
HSV(B)5.13º95.6%62.35%-
XYZ14.597.890.95-
YUV60.0898.05198.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 85.48%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 7 (3.12% from 255) = 3.76%
R=85.48%
G=10.75%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15920700.870.960.385.1391.5732.55
Hex9F147057602655c21
Octal237247012714046513441
Binary10011111101001110101011111000001001101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,20,7); }

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

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

 a { background-color: rgb(159,20,7); }

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

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

 span { border-color: rgb(159,20,7); }

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