Shades of Dark Red #920F05
Tints of Dark Red #920F05
RGB
CMYK
RGB Variations
Color information
#920F05 (or 0x920F05) is known color: Dark Red. HEX triplet: 92, 0F and 05. RGB value is (146,15,5). Sum of RGB (Red+Green+Blue) = 146+15+5=166 (21% of max value = 765). Red value is 146 (57.42% from 255 or 87.95% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 146 - color contains mainly: red. Hex color #920F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F05 is #6DF0FA. Grayscale: #353535. Windows color (decimal): -7205115 or 331666. OLE color: 331666.
HSL color Cylindrical-coordinate representation of color #920F05: hue angle of 4.26º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920F05 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.43 |
| HSL | 4.26º | 0.93% | 0.3% | - |
| HSV(B) | 4.26º | 0.97% | 0.57% | - |
| XYZ | 12.05 | 6.46 | 0.76 | - |
| YUV | 53.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 5 | 0 | 0.90 | 0.97 | 0.43 | 4.26 | 0.93 | 0.3 |
| Hex | 92 | F | 5 | 0 | 5A | 61 | 2B | 4 | 5D | 1E |
| Octal | 222 | 17 | 5 | 0 | 132 | 141 | 53 | 4 | 135 | 36 |
| Binary | 10010010 | 1111 | 101 | 0 | 1011010 | 1100001 | 101011 | 100 | 1011101 | 11110 |
Color Harmonies of #920F05
Complementary color
Monochromatic Colors of #920F05
Black with #920F05
Text Example
Text Example
White with #920F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F05; }
p { color: rgb(146,15,5); }
H1.HeaderClassName
{
color: #920F05;
}
.AnyTagClassName
{
color: #920F05;
}
</style>
background-color css
<style>
a { background-color: #920F05; }
a { background-color: rgb(146,15,5); }
div.DivClassName
{
background-color: #920F05;
}
.BgClassName
{
background-color: #920F05;
}
</style>
border-color css
<style>
span { border-color: #920F05; }
span { border-color: rgb(146,15,5); }
td.TdClassName
{
border-color: #920F05;
}
.TagClassName
{
border-color: #920F05;
}
</style>