Shades of Dark Red #920100
Tints of Dark Red #920100
RGB
CMYK
RGB Variations
Color information
#920100 (or 0x920100) is known color: Dark Red. HEX triplet: 92, 01 and 00. RGB value is (146,1,0). Sum of RGB (Red+Green+Blue) = 146+1+0=147 (19% of max value = 765). Red value is 146 (57.42% from 255 or 99.32% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 146 - color contains mainly: red. Hex color #920100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920100 is #6DFEFF. Grayscale: #2C2C2C. Windows color (decimal): -7208704 or 402. OLE color: 402.
HSL color Cylindrical-coordinate representation of color #920100: hue angle of 0.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #920100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.43 |
| HSL | 0.41º | 1% | 0.29% | - |
| HSV(B) | 0.41º | 1% | 0.57% | - |
| XYZ | 11.86 | 6.13 | 0.56 | - |
| YUV | 44.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 0 | 0 | 0.99 | 1 | 0.43 | 0.41 | 1 | 0.29 |
| Hex | 92 | 1 | 0 | 0 | 63 | 64 | 2B | 0 | 64 | 1D |
| Octal | 222 | 1 | 0 | 0 | 143 | 144 | 53 | 0 | 144 | 35 |
| Binary | 10010010 | 1 | 0 | 0 | 1100011 | 1100100 | 101011 | 0 | 1100100 | 11101 |
Color Harmonies of #920100
Complementary color
Monochromatic Colors of #920100
Black with #920100
Text Example
Text Example
White with #920100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920100; }
p { color: rgb(146,1,0); }
H1.HeaderClassName
{
color: #920100;
}
.AnyTagClassName
{
color: #920100;
}
</style>
background-color css
<style>
a { background-color: #920100; }
a { background-color: rgb(146,1,0); }
div.DivClassName
{
background-color: #920100;
}
.BgClassName
{
background-color: #920100;
}
</style>
border-color css
<style>
span { border-color: #920100; }
span { border-color: rgb(146,1,0); }
td.TdClassName
{
border-color: #920100;
}
.TagClassName
{
border-color: #920100;
}
</style>