Shades of Dark Red #A21201
Tints of Dark Red #A21201
RGB
CMYK
RGB Variations
Color information
#A21201 (or 0xA21201) is known color: Dark Red. HEX triplet: A2, 12 and 01. RGB value is (162,18,1). Sum of RGB (Red+Green+Blue) = 162+18+1=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A21201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21201 is #5DEDFE. Grayscale: #3B3B3B. Windows color (decimal): -6155775 or 70306. OLE color: 70306.
HSL color Cylindrical-coordinate representation of color #A21201: hue angle of 6.34º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A21201 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.36 |
| HSL | 6.34º | 0.99% | 0.32% | - |
| HSV(B) | 6.34º | 0.99% | 0.64% | - |
| XYZ | 15.12 | 8.12 | 0.8 | - |
| YUV | 59.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 1 | 0 | 0.89 | 0.99 | 0.36 | 6.34 | 0.99 | 0.32 |
| Hex | A2 | 12 | 1 | 0 | 59 | 63 | 24 | 6 | 63 | 20 |
| Octal | 242 | 22 | 1 | 0 | 131 | 143 | 44 | 6 | 143 | 40 |
| Binary | 10100010 | 10010 | 1 | 0 | 1011001 | 1100011 | 100100 | 110 | 1100011 | 100000 |
Color Harmonies of #A21201
Complementary color
Monochromatic Colors of #A21201
Black with #A21201
Text Example
Text Example
White with #A21201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21201; }
p { color: rgb(162,18,1); }
H1.HeaderClassName
{
color: #A21201;
}
.AnyTagClassName
{
color: #A21201;
}
</style>
background-color css
<style>
a { background-color: #A21201; }
a { background-color: rgb(162,18,1); }
div.DivClassName
{
background-color: #A21201;
}
.BgClassName
{
background-color: #A21201;
}
</style>
border-color css
<style>
span { border-color: #A21201; }
span { border-color: rgb(162,18,1); }
td.TdClassName
{
border-color: #A21201;
}
.TagClassName
{
border-color: #A21201;
}
</style>