Shades of Dark Red #920C09
Tints of Dark Red #920C09
RGB
CMYK
RGB Variations
Color information
#920C09 (or 0x920C09) is known color: Dark Red. HEX triplet: 92, 0C and 09. RGB value is (146,12,9). Sum of RGB (Red+Green+Blue) = 146+12+9=167 (22% of max value = 765). Red value is 146 (57.42% from 255 or 87.43% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 146 - color contains mainly: red. Hex color #920C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920C09 is #6DF3F6. Grayscale: #333333. Windows color (decimal): -7205879 or 593042. OLE color: 593042.
HSL color Cylindrical-coordinate representation of color #920C09: hue angle of 1.31º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920C09 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 9 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.43 |
| HSL | 1.31º | 0.88% | 0.3% | - |
| HSV(B) | 1.31º | 0.94% | 0.57% | - |
| XYZ | 12.03 | 6.39 | 0.86 | - |
| YUV | 51.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 9 | 0 | 0.92 | 0.94 | 0.43 | 1.31 | 0.88 | 0.3 |
| Hex | 92 | C | 9 | 0 | 5C | 5E | 2B | 1 | 58 | 1E |
| Octal | 222 | 14 | 11 | 0 | 134 | 136 | 53 | 1 | 130 | 36 |
| Binary | 10010010 | 1100 | 1001 | 0 | 1011100 | 1011110 | 101011 | 1 | 1011000 | 11110 |
Color Harmonies of #920C09
Complementary color
Monochromatic Colors of #920C09
Black with #920C09
Text Example
Text Example
White with #920C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C09; }
p { color: rgb(146,12,9); }
H1.HeaderClassName
{
color: #920C09;
}
.AnyTagClassName
{
color: #920C09;
}
</style>
background-color css
<style>
a { background-color: #920C09; }
a { background-color: rgb(146,12,9); }
div.DivClassName
{
background-color: #920C09;
}
.BgClassName
{
background-color: #920C09;
}
</style>
border-color css
<style>
span { border-color: #920C09; }
span { border-color: rgb(146,12,9); }
td.TdClassName
{
border-color: #920C09;
}
.TagClassName
{
border-color: #920C09;
}
</style>