Shades of Dark Red #A31501
Tints of Dark Red #A31501
RGB
CMYK
RGB Variations
Color information
#A31501 (or 0xA31501) is known color: Dark Red. HEX triplet: A3, 15 and 01. RGB value is (163,21,1). Sum of RGB (Red+Green+Blue) = 163+21+1=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A31501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31501 is #5CEAFE. Grayscale: #3D3D3D. Windows color (decimal): -6089471 or 71075. OLE color: 71075.
HSL color Cylindrical-coordinate representation of color #A31501: hue angle of 7.41º 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 #A31501 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.36 |
| HSL | 7.41º | 0.99% | 0.32% | - |
| HSV(B) | 7.41º | 0.99% | 0.64% | - |
| XYZ | 15.38 | 8.33 | 0.83 | - |
| YUV | 61.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 1 | 0 | 0.87 | 0.99 | 0.36 | 7.41 | 0.99 | 0.32 |
| Hex | A3 | 15 | 1 | 0 | 57 | 63 | 24 | 7 | 63 | 20 |
| Octal | 243 | 25 | 1 | 0 | 127 | 143 | 44 | 7 | 143 | 40 |
| Binary | 10100011 | 10101 | 1 | 0 | 1010111 | 1100011 | 100100 | 111 | 1100011 | 100000 |
Color Harmonies of #A31501
Complementary color
Monochromatic Colors of #A31501
Black with #A31501
Text Example
Text Example
White with #A31501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31501; }
p { color: rgb(163,21,1); }
H1.HeaderClassName
{
color: #A31501;
}
.AnyTagClassName
{
color: #A31501;
}
</style>
background-color css
<style>
a { background-color: #A31501; }
a { background-color: rgb(163,21,1); }
div.DivClassName
{
background-color: #A31501;
}
.BgClassName
{
background-color: #A31501;
}
</style>
border-color css
<style>
span { border-color: #A31501; }
span { border-color: rgb(163,21,1); }
td.TdClassName
{
border-color: #A31501;
}
.TagClassName
{
border-color: #A31501;
}
</style>