Shades of Dark Red #99100F
Tints of Dark Red #99100F
RGB
CMYK
RGB Variations
Color information
#99100F (or 0x99100F) is known color: Dark Red. HEX triplet: 99, 10 and 0F. RGB value is (153,16,15). Sum of RGB (Red+Green+Blue) = 153+16+15=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #99100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99100F is #66EFF0. Grayscale: #383838. Windows color (decimal): -6746097 or 987289. OLE color: 987289.
HSL color Cylindrical-coordinate representation of color #99100F: hue angle of 0.43º 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 #99100F is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 15 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.4 |
| HSL | 0.43º | 0.82% | 0.33% | - |
| HSV(B) | 0.43º | 0.9% | 0.6% | - |
| XYZ | 13.41 | 7.18 | 1.13 | - |
| YUV | 56.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 15 | 0 | 0.90 | 0.90 | 0.4 | 0.43 | 0.82 | 0.33 |
| Hex | 99 | 10 | F | 0 | 5A | 5A | 28 | 0 | 52 | 21 |
| Octal | 231 | 20 | 17 | 0 | 132 | 132 | 50 | 0 | 122 | 41 |
| Binary | 10011001 | 10000 | 1111 | 0 | 1011010 | 1011010 | 101000 | 0 | 1010010 | 100001 |
Color Harmonies of #99100F
Complementary color
Monochromatic Colors of #99100F
Black with #99100F
Text Example
Text Example
White with #99100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99100F; }
p { color: rgb(153,16,15); }
H1.HeaderClassName
{
color: #99100F;
}
.AnyTagClassName
{
color: #99100F;
}
</style>
background-color css
<style>
a { background-color: #99100F; }
a { background-color: rgb(153,16,15); }
div.DivClassName
{
background-color: #99100F;
}
.BgClassName
{
background-color: #99100F;
}
</style>
border-color css
<style>
span { border-color: #99100F; }
span { border-color: rgb(153,16,15); }
td.TdClassName
{
border-color: #99100F;
}
.TagClassName
{
border-color: #99100F;
}
</style>