Shades of Dark Red #920C07
Tints of Dark Red #920C07
RGB
CMYK
RGB Variations
Color information
#920C07 (or 0x920C07) is known color: Dark Red. HEX triplet: 92, 0C and 07. RGB value is (146,12,7). Sum of RGB (Red+Green+Blue) = 146+12+7=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920C07 is #6DF3F8. Grayscale: #333333. Windows color (decimal): -7205881 or 461970. OLE color: 461970.
HSL color Cylindrical-coordinate representation of color #920C07: hue angle of 2.16º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920C07 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 12 | 7 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.43 |
| HSL | 2.16º | 0.91% | 0.3% | - |
| HSV(B) | 2.16º | 0.95% | 0.57% | - |
| XYZ | 12.02 | 6.39 | 0.8 | - |
| YUV | 51.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 7 | 0 | 0.92 | 0.95 | 0.43 | 2.16 | 0.91 | 0.3 |
| Hex | 92 | C | 7 | 0 | 5C | 5F | 2B | 2 | 5B | 1E |
| Octal | 222 | 14 | 7 | 0 | 134 | 137 | 53 | 2 | 133 | 36 |
| Binary | 10010010 | 1100 | 111 | 0 | 1011100 | 1011111 | 101011 | 10 | 1011011 | 11110 |
Color Harmonies of #920C07
Complementary color
Monochromatic Colors of #920C07
Black with #920C07
Text Example
Text Example
White with #920C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920C07; }
p { color: rgb(146,12,7); }
H1.HeaderClassName
{
color: #920C07;
}
.AnyTagClassName
{
color: #920C07;
}
</style>
background-color css
<style>
a { background-color: #920C07; }
a { background-color: rgb(146,12,7); }
div.DivClassName
{
background-color: #920C07;
}
.BgClassName
{
background-color: #920C07;
}
</style>
border-color css
<style>
span { border-color: #920C07; }
span { border-color: rgb(146,12,7); }
td.TdClassName
{
border-color: #920C07;
}
.TagClassName
{
border-color: #920C07;
}
</style>