Shades of Dark Red #910201
Tints of Dark Red #910201
RGB
CMYK
RGB Variations
Color information
#910201 (or 0x910201) is known color: Dark Red. HEX triplet: 91, 02 and 01. RGB value is (145,2,1). Sum of RGB (Red+Green+Blue) = 145+2+1=148 (19% of max value = 765). Red value is 145 (57.03% from 255 or 97.97% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 145 - color contains mainly: red. Hex color #910201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910201 is #6EFDFE. Grayscale: #2C2C2C. Windows color (decimal): -7273983 or 66193. OLE color: 66193.
HSL color Cylindrical-coordinate representation of color #910201: hue angle of 0.42º degrees, saturation: 0.99, 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 #910201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.43 |
| HSL | 0.42º | 0.99% | 0.29% | - |
| HSV(B) | 0.42º | 0.99% | 0.57% | - |
| XYZ | 11.7 | 6.07 | 0.58 | - |
| YUV | 44.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 2 | 1 | 0 | 0.99 | 0.99 | 0.43 | 0.42 | 0.99 | 0.29 |
| Hex | 91 | 2 | 1 | 0 | 63 | 63 | 2B | 0 | 63 | 1D |
| Octal | 221 | 2 | 1 | 0 | 143 | 143 | 53 | 0 | 143 | 35 |
| Binary | 10010001 | 10 | 1 | 0 | 1100011 | 1100011 | 101011 | 0 | 1100011 | 11101 |
Color Harmonies of #910201
Complementary color
Monochromatic Colors of #910201
Black with #910201
Text Example
Text Example
White with #910201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910201; }
p { color: rgb(145,2,1); }
H1.HeaderClassName
{
color: #910201;
}
.AnyTagClassName
{
color: #910201;
}
</style>
background-color css
<style>
a { background-color: #910201; }
a { background-color: rgb(145,2,1); }
div.DivClassName
{
background-color: #910201;
}
.BgClassName
{
background-color: #910201;
}
</style>
border-color css
<style>
span { border-color: #910201; }
span { border-color: rgb(145,2,1); }
td.TdClassName
{
border-color: #910201;
}
.TagClassName
{
border-color: #910201;
}
</style>