Shades of Dark Red #910D03
Tints of Dark Red #910D03
RGB
CMYK
RGB Variations
Color information
#910D03 (or 0x910D03) is known color: Dark Red. HEX triplet: 91, 0D and 03. RGB value is (145,13,3). Sum of RGB (Red+Green+Blue) = 145+13+3=161 (21% of max value = 765). Red value is 145 (57.03% from 255 or 90.06% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 145 - color contains mainly: red. Hex color #910D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D03 is #6EF2FC. Grayscale: #333333. Windows color (decimal): -7271165 or 200081. OLE color: 200081.
HSL color Cylindrical-coordinate representation of color #910D03: hue angle of 4.23º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910D03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.43 |
| HSL | 4.23º | 0.96% | 0.29% | - |
| HSV(B) | 4.23º | 0.98% | 0.57% | - |
| XYZ | 11.84 | 6.31 | 0.68 | - |
| YUV | 51.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 3 | 0 | 0.91 | 0.98 | 0.43 | 4.23 | 0.96 | 0.29 |
| Hex | 91 | D | 3 | 0 | 5B | 62 | 2B | 4 | 60 | 1D |
| Octal | 221 | 15 | 3 | 0 | 133 | 142 | 53 | 4 | 140 | 35 |
| Binary | 10010001 | 1101 | 11 | 0 | 1011011 | 1100010 | 101011 | 100 | 1100000 | 11101 |
Color Harmonies of #910D03
Complementary color
Monochromatic Colors of #910D03
Black with #910D03
Text Example
Text Example
White with #910D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D03; }
p { color: rgb(145,13,3); }
H1.HeaderClassName
{
color: #910D03;
}
.AnyTagClassName
{
color: #910D03;
}
</style>
background-color css
<style>
a { background-color: #910D03; }
a { background-color: rgb(145,13,3); }
div.DivClassName
{
background-color: #910D03;
}
.BgClassName
{
background-color: #910D03;
}
</style>
border-color css
<style>
span { border-color: #910D03; }
span { border-color: rgb(145,13,3); }
td.TdClassName
{
border-color: #910D03;
}
.TagClassName
{
border-color: #910D03;
}
</style>