Shades of Dark Red #920F04
Tints of Dark Red #920F04
RGB
CMYK
RGB Variations
Color information
#920F04 (or 0x920F04) is known color: Dark Red. HEX triplet: 92, 0F and 04. RGB value is (146,15,4). Sum of RGB (Red+Green+Blue) = 146+15+4=165 (21% of max value = 765). Red value is 146 (57.42% from 255 or 88.48% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 146 - color contains mainly: red. Hex color #920F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F04 is #6DF0FB. Grayscale: #353535. Windows color (decimal): -7205116 or 266130. OLE color: 266130.
HSL color Cylindrical-coordinate representation of color #920F04: hue angle of 4.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920F04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 4 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.43 |
| HSL | 4.65º | 0.95% | 0.29% | - |
| HSV(B) | 4.65º | 0.97% | 0.57% | - |
| XYZ | 12.05 | 6.46 | 0.73 | - |
| YUV | 52.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 4 | 0 | 0.90 | 0.97 | 0.43 | 4.65 | 0.95 | 0.29 |
| Hex | 92 | F | 4 | 0 | 5A | 61 | 2B | 5 | 5F | 1D |
| Octal | 222 | 17 | 4 | 0 | 132 | 141 | 53 | 5 | 137 | 35 |
| Binary | 10010010 | 1111 | 100 | 0 | 1011010 | 1100001 | 101011 | 101 | 1011111 | 11101 |
Color Harmonies of #920F04
Complementary color
Monochromatic Colors of #920F04
Black with #920F04
Text Example
Text Example
White with #920F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F04; }
p { color: rgb(146,15,4); }
H1.HeaderClassName
{
color: #920F04;
}
.AnyTagClassName
{
color: #920F04;
}
</style>
background-color css
<style>
a { background-color: #920F04; }
a { background-color: rgb(146,15,4); }
div.DivClassName
{
background-color: #920F04;
}
.BgClassName
{
background-color: #920F04;
}
</style>
border-color css
<style>
span { border-color: #920F04; }
span { border-color: rgb(146,15,4); }
td.TdClassName
{
border-color: #920F04;
}
.TagClassName
{
border-color: #920F04;
}
</style>