Shades of Dark Red #931A03
Tints of Dark Red #931A03
RGB
CMYK
RGB Variations
Color information
#931A03 (or 0x931A03) is known color: Dark Red. HEX triplet: 93, 1A and 03. RGB value is (147,26,3). Sum of RGB (Red+Green+Blue) = 147+26+3=176 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.52% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 147 - color contains mainly: red. Hex color #931A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A03 is #6CE5FC. Grayscale: #3B3B3B. Windows color (decimal): -7136765 or 203411. OLE color: 203411.
HSL color Cylindrical-coordinate representation of color #931A03: hue angle of 9.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #931A03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.42 |
| HSL | 9.58º | 0.96% | 0.29% | - |
| HSV(B) | 9.58º | 0.98% | 0.58% | - |
| XYZ | 12.42 | 6.95 | 0.77 | - |
| YUV | 59.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 3 | 0 | 0.82 | 0.98 | 0.42 | 9.58 | 0.96 | 0.29 |
| Hex | 93 | 1A | 3 | 0 | 52 | 62 | 2A | A | 60 | 1D |
| Octal | 223 | 32 | 3 | 0 | 122 | 142 | 52 | 12 | 140 | 35 |
| Binary | 10010011 | 11010 | 11 | 0 | 1010010 | 1100010 | 101010 | 1010 | 1100000 | 11101 |
Color Harmonies of #931A03
Complementary color
Monochromatic Colors of #931A03
Black with #931A03
Text Example
Text Example
White with #931A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A03; }
p { color: rgb(147,26,3); }
H1.HeaderClassName
{
color: #931A03;
}
.AnyTagClassName
{
color: #931A03;
}
</style>
background-color css
<style>
a { background-color: #931A03; }
a { background-color: rgb(147,26,3); }
div.DivClassName
{
background-color: #931A03;
}
.BgClassName
{
background-color: #931A03;
}
</style>
border-color css
<style>
span { border-color: #931A03; }
span { border-color: rgb(147,26,3); }
td.TdClassName
{
border-color: #931A03;
}
.TagClassName
{
border-color: #931A03;
}
</style>