Shades of Dark Red #920201
Tints of Dark Red #920201
RGB
CMYK
RGB Variations
Color information
#920201 (or 0x920201) is known color: Dark Red. HEX triplet: 92, 02 and 01. RGB value is (146,2,1). Sum of RGB (Red+Green+Blue) = 146+2+1=149 (19% of max value = 765). Red value is 146 (57.42% from 255 or 97.99% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 146 - color contains mainly: red. Hex color #920201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920201 is #6DFDFE. Grayscale: #2D2D2D. Windows color (decimal): -7208447 or 66194. OLE color: 66194.
HSL color Cylindrical-coordinate representation of color #920201: hue angle of 0.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.43 |
| HSL | 0.41º | 0.99% | 0.29% | - |
| HSV(B) | 0.41º | 0.99% | 0.57% | - |
| XYZ | 11.88 | 6.16 | 0.59 | - |
| YUV | 44.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 1 | 0 | 0.99 | 0.99 | 0.43 | 0.41 | 0.99 | 0.29 |
| Hex | 92 | 2 | 1 | 0 | 63 | 63 | 2B | 0 | 63 | 1D |
| Octal | 222 | 2 | 1 | 0 | 143 | 143 | 53 | 0 | 143 | 35 |
| Binary | 10010010 | 10 | 1 | 0 | 1100011 | 1100011 | 101011 | 0 | 1100011 | 11101 |
Color Harmonies of #920201
Complementary color
Monochromatic Colors of #920201
Black with #920201
Text Example
Text Example
White with #920201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920201; }
p { color: rgb(146,2,1); }
H1.HeaderClassName
{
color: #920201;
}
.AnyTagClassName
{
color: #920201;
}
</style>
background-color css
<style>
a { background-color: #920201; }
a { background-color: rgb(146,2,1); }
div.DivClassName
{
background-color: #920201;
}
.BgClassName
{
background-color: #920201;
}
</style>
border-color css
<style>
span { border-color: #920201; }
span { border-color: rgb(146,2,1); }
td.TdClassName
{
border-color: #920201;
}
.TagClassName
{
border-color: #920201;
}
</style>