#990F0F

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

Shades of Dark Red #990F0F

Tints of Dark Red #990F0F

Color information

#990F0F (or 0x990F0F) is unknown color: approx Dark Red. HEX triplet: 99, 0F and 0F. RGB value is (153,15,15). Sum of RGB (Red+Green+Blue) = 153+15+15=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #990F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F0F is #66F0F0. Grayscale: #383838. Windows color (decimal): -6746353 or 987033. OLE color: 987033.

HSL color Cylindrical-coordinate representation of color #990F0F: hue angle of 0º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F0F is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1531515-
CMYK00.900.900.4
HSL82.14%32.94%-
HSV(B)90.2%60%-
XYZ13.397.151.13-
YUV56.26104.72197-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.61%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=83.61%
G=8.20%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153151500.900.900.4082.1432.94
Hex99FF05A5A2805221
Octal2311717013213250012241
Binary100110011111111101011010101101010100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F0F; }

 p { color: rgb(153,15,15); }

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

<style>
 a { background-color: #990F0F; }

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

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

<style>
 span { border-color: #990F0F; }

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

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