Shades of Dark Red #910301
Tints of Dark Red #910301
RGB
CMYK
RGB Variations
Color information
#910301 (or 0x910301) is known color: Dark Red. HEX triplet: 91, 03 and 01. RGB value is (145,3,1). Sum of RGB (Red+Green+Blue) = 145+3+1=149 (19% of max value = 765). Red value is 145 (57.03% from 255 or 97.32% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 145 - color contains mainly: red. Hex color #910301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910301 is #6EFCFE. Grayscale: #2D2D2D. Windows color (decimal): -7273727 or 66449. OLE color: 66449.
HSL color Cylindrical-coordinate representation of color #910301: hue angle of 0.83º 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 #910301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.43 |
| HSL | 0.83º | 0.99% | 0.29% | - |
| HSV(B) | 0.83º | 0.99% | 0.57% | - |
| XYZ | 11.72 | 6.09 | 0.59 | - |
| YUV | 45.23 | 103.04 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 1 | 0 | 0.98 | 0.99 | 0.43 | 0.83 | 0.99 | 0.29 |
| Hex | 91 | 3 | 1 | 0 | 62 | 63 | 2B | 1 | 63 | 1D |
| Octal | 221 | 3 | 1 | 0 | 142 | 143 | 53 | 1 | 143 | 35 |
| Binary | 10010001 | 11 | 1 | 0 | 1100010 | 1100011 | 101011 | 1 | 1100011 | 11101 |
Color Harmonies of #910301
Complementary color
Monochromatic Colors of #910301
Black with #910301
Text Example
Text Example
White with #910301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910301; }
p { color: rgb(145,3,1); }
H1.HeaderClassName
{
color: #910301;
}
.AnyTagClassName
{
color: #910301;
}
</style>
background-color css
<style>
a { background-color: #910301; }
a { background-color: rgb(145,3,1); }
div.DivClassName
{
background-color: #910301;
}
.BgClassName
{
background-color: #910301;
}
</style>
border-color css
<style>
span { border-color: #910301; }
span { border-color: rgb(145,3,1); }
td.TdClassName
{
border-color: #910301;
}
.TagClassName
{
border-color: #910301;
}
</style>