Shades of Dark Red #920E06
Tints of Dark Red #920E06
RGB
CMYK
RGB Variations
Color information
#920E06 (or 0x920E06) is known color: Dark Red. HEX triplet: 92, 0E and 06. RGB value is (146,14,6). Sum of RGB (Red+Green+Blue) = 146+14+6=166 (21% of max value = 765). Red value is 146 (57.42% from 255 or 87.95% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 146 - color contains mainly: red. Hex color #920E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920E06 is #6DF1F9. Grayscale: #343434. Windows color (decimal): -7205370 or 396946. OLE color: 396946.
HSL color Cylindrical-coordinate representation of color #920E06: hue angle of 3.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920E06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.43 |
| HSL | 3.43º | 0.92% | 0.3% | - |
| HSV(B) | 3.43º | 0.96% | 0.57% | - |
| XYZ | 12.04 | 6.44 | 0.78 | - |
| YUV | 52.56 | 101.73 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 6 | 0 | 0.90 | 0.96 | 0.43 | 3.43 | 0.92 | 0.3 |
| Hex | 92 | E | 6 | 0 | 5A | 60 | 2B | 3 | 5C | 1E |
| Octal | 222 | 16 | 6 | 0 | 132 | 140 | 53 | 3 | 134 | 36 |
| Binary | 10010010 | 1110 | 110 | 0 | 1011010 | 1100000 | 101011 | 11 | 1011100 | 11110 |
Color Harmonies of #920E06
Complementary color
Monochromatic Colors of #920E06
Black with #920E06
Text Example
Text Example
White with #920E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E06; }
p { color: rgb(146,14,6); }
H1.HeaderClassName
{
color: #920E06;
}
.AnyTagClassName
{
color: #920E06;
}
</style>
background-color css
<style>
a { background-color: #920E06; }
a { background-color: rgb(146,14,6); }
div.DivClassName
{
background-color: #920E06;
}
.BgClassName
{
background-color: #920E06;
}
</style>
border-color css
<style>
span { border-color: #920E06; }
span { border-color: rgb(146,14,6); }
td.TdClassName
{
border-color: #920E06;
}
.TagClassName
{
border-color: #920E06;
}
</style>