Shades of Dark Red #920F08
Tints of Dark Red #920F08
RGB
CMYK
RGB Variations
Color information
#920F08 (or 0x920F08) is known color: Dark Red. HEX triplet: 92, 0F and 08. RGB value is (146,15,8). Sum of RGB (Red+Green+Blue) = 146+15+8=169 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.39% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 146 - color contains mainly: red. Hex color #920F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F08 is #6DF0F7. Grayscale: #353535. Windows color (decimal): -7205112 or 528274. OLE color: 528274.
HSL color Cylindrical-coordinate representation of color #920F08: hue angle of 3.04º degrees, saturation: 0.9, 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 #920F08 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 8 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.43 |
| HSL | 3.04º | 0.9% | 0.3% | - |
| HSV(B) | 3.04º | 0.95% | 0.57% | - |
| XYZ | 12.07 | 6.47 | 0.84 | - |
| YUV | 53.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 8 | 0 | 0.90 | 0.95 | 0.43 | 3.04 | 0.9 | 0.3 |
| Hex | 92 | F | 8 | 0 | 5A | 5F | 2B | 3 | 5A | 1E |
| Octal | 222 | 17 | 10 | 0 | 132 | 137 | 53 | 3 | 132 | 36 |
| Binary | 10010010 | 1111 | 1000 | 0 | 1011010 | 1011111 | 101011 | 11 | 1011010 | 11110 |
Color Harmonies of #920F08
Complementary color
Monochromatic Colors of #920F08
Black with #920F08
Text Example
Text Example
White with #920F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F08; }
p { color: rgb(146,15,8); }
H1.HeaderClassName
{
color: #920F08;
}
.AnyTagClassName
{
color: #920F08;
}
</style>
background-color css
<style>
a { background-color: #920F08; }
a { background-color: rgb(146,15,8); }
div.DivClassName
{
background-color: #920F08;
}
.BgClassName
{
background-color: #920F08;
}
</style>
border-color css
<style>
span { border-color: #920F08; }
span { border-color: rgb(146,15,8); }
td.TdClassName
{
border-color: #920F08;
}
.TagClassName
{
border-color: #920F08;
}
</style>