Shades of Dark Red #99120D
Tints of Dark Red #99120D
RGB
CMYK
RGB Variations
Color information
#99120D (or 0x99120D) is known color: Dark Red. HEX triplet: 99, 12 and 0D. RGB value is (153,18,13). Sum of RGB (Red+Green+Blue) = 153+18+13=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #99120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99120D is #66EDF2. Grayscale: #393939. Windows color (decimal): -6745587 or 856729. OLE color: 856729.
HSL color Cylindrical-coordinate representation of color #99120D: hue angle of 2.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99120D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.4 |
| HSL | 2.14º | 0.84% | 0.33% | - |
| HSV(B) | 2.14º | 0.92% | 0.6% | - |
| XYZ | 13.43 | 7.23 | 1.07 | - |
| YUV | 57.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 13 | 0 | 0.88 | 0.92 | 0.4 | 2.14 | 0.84 | 0.33 |
| Hex | 99 | 12 | D | 0 | 58 | 5C | 28 | 2 | 54 | 21 |
| Octal | 231 | 22 | 15 | 0 | 130 | 134 | 50 | 2 | 124 | 41 |
| Binary | 10011001 | 10010 | 1101 | 0 | 1011000 | 1011100 | 101000 | 10 | 1010100 | 100001 |
Color Harmonies of #99120D
Complementary color
Monochromatic Colors of #99120D
Black with #99120D
Text Example
Text Example
White with #99120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99120D; }
p { color: rgb(153,18,13); }
H1.HeaderClassName
{
color: #99120D;
}
.AnyTagClassName
{
color: #99120D;
}
</style>
background-color css
<style>
a { background-color: #99120D; }
a { background-color: rgb(153,18,13); }
div.DivClassName
{
background-color: #99120D;
}
.BgClassName
{
background-color: #99120D;
}
</style>
border-color css
<style>
span { border-color: #99120D; }
span { border-color: rgb(153,18,13); }
td.TdClassName
{
border-color: #99120D;
}
.TagClassName
{
border-color: #99120D;
}
</style>