Shades of Dark Red #911A02
Tints of Dark Red #911A02
RGB
CMYK
RGB Variations
Color information
#911A02 (or 0x911A02) is known color: Dark Red. HEX triplet: 91, 1A and 02. RGB value is (145,26,2). Sum of RGB (Red+Green+Blue) = 145+26+2=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #911A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911A02 is #6EE5FD. Grayscale: #3B3B3B. Windows color (decimal): -7267838 or 137873. OLE color: 137873.
HSL color Cylindrical-coordinate representation of color #911A02: hue angle of 10.07º 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 #911A02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.43 |
| HSL | 10.07º | 0.97% | 0.29% | - |
| HSV(B) | 10.07º | 0.99% | 0.57% | - |
| XYZ | 12.06 | 6.76 | 0.73 | - |
| YUV | 58.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 2 | 0 | 0.82 | 0.99 | 0.43 | 10.07 | 0.97 | 0.29 |
| Hex | 91 | 1A | 2 | 0 | 52 | 63 | 2B | A | 61 | 1D |
| Octal | 221 | 32 | 2 | 0 | 122 | 143 | 53 | 12 | 141 | 35 |
| Binary | 10010001 | 11010 | 10 | 0 | 1010010 | 1100011 | 101011 | 1010 | 1100001 | 11101 |
Color Harmonies of #911A02
Complementary color
Monochromatic Colors of #911A02
Black with #911A02
Text Example
Text Example
White with #911A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A02; }
p { color: rgb(145,26,2); }
H1.HeaderClassName
{
color: #911A02;
}
.AnyTagClassName
{
color: #911A02;
}
</style>
background-color css
<style>
a { background-color: #911A02; }
a { background-color: rgb(145,26,2); }
div.DivClassName
{
background-color: #911A02;
}
.BgClassName
{
background-color: #911A02;
}
</style>
border-color css
<style>
span { border-color: #911A02; }
span { border-color: rgb(145,26,2); }
td.TdClassName
{
border-color: #911A02;
}
.TagClassName
{
border-color: #911A02;
}
</style>