Shades of Dark Red #910C02
Tints of Dark Red #910C02
RGB
CMYK
RGB Variations
Color information
#910C02 (or 0x910C02) is known color: Dark Red. HEX triplet: 91, 0C and 02. RGB value is (145,12,2). Sum of RGB (Red+Green+Blue) = 145+12+2=159 (21% of max value = 765). Red value is 145 (57.03% from 255 or 91.19% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 145 - color contains mainly: red. Hex color #910C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C02 is #6EF3FD. Grayscale: #323232. Windows color (decimal): -7271422 or 134289. OLE color: 134289.
HSL color Cylindrical-coordinate representation of color #910C02: hue angle of 4.2º degrees, saturation: 0.97, 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 #910C02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.43 |
| HSL | 4.2º | 0.97% | 0.29% | - |
| HSV(B) | 4.2º | 0.99% | 0.57% | - |
| XYZ | 11.82 | 6.29 | 0.65 | - |
| YUV | 50.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 2 | 0 | 0.92 | 0.99 | 0.43 | 4.2 | 0.97 | 0.29 |
| Hex | 91 | C | 2 | 0 | 5C | 63 | 2B | 4 | 61 | 1D |
| Octal | 221 | 14 | 2 | 0 | 134 | 143 | 53 | 4 | 141 | 35 |
| Binary | 10010001 | 1100 | 10 | 0 | 1011100 | 1100011 | 101011 | 100 | 1100001 | 11101 |
Color Harmonies of #910C02
Complementary color
Monochromatic Colors of #910C02
Black with #910C02
Text Example
Text Example
White with #910C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C02; }
p { color: rgb(145,12,2); }
H1.HeaderClassName
{
color: #910C02;
}
.AnyTagClassName
{
color: #910C02;
}
</style>
background-color css
<style>
a { background-color: #910C02; }
a { background-color: rgb(145,12,2); }
div.DivClassName
{
background-color: #910C02;
}
.BgClassName
{
background-color: #910C02;
}
</style>
border-color css
<style>
span { border-color: #910C02; }
span { border-color: rgb(145,12,2); }
td.TdClassName
{
border-color: #910C02;
}
.TagClassName
{
border-color: #910C02;
}
</style>