Shades of Dark Red #A51401
Tints of Dark Red #A51401
RGB
CMYK
RGB Variations
Color information
#A51401 (or 0xA51401) is known color: Dark Red. HEX triplet: A5, 14 and 01. RGB value is (165,20,1). Sum of RGB (Red+Green+Blue) = 165+20+1=186 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.71% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 165 - color contains mainly: red. Hex color #A51401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51401 is #5AEBFE. Grayscale: #3D3D3D. Windows color (decimal): -5958655 or 70821. OLE color: 70821.
HSL color Cylindrical-coordinate representation of color #A51401: hue angle of 6.95º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A51401 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.35 |
| HSL | 6.95º | 0.99% | 0.33% | - |
| HSV(B) | 6.95º | 0.99% | 0.65% | - |
| XYZ | 15.77 | 8.5 | 0.84 | - |
| YUV | 61.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 1 | 0 | 0.88 | 0.99 | 0.35 | 6.95 | 0.99 | 0.33 |
| Hex | A5 | 14 | 1 | 0 | 58 | 63 | 23 | 7 | 63 | 21 |
| Octal | 245 | 24 | 1 | 0 | 130 | 143 | 43 | 7 | 143 | 41 |
| Binary | 10100101 | 10100 | 1 | 0 | 1011000 | 1100011 | 100011 | 111 | 1100011 | 100001 |
Color Harmonies of #A51401
Complementary color
Monochromatic Colors of #A51401
Black with #A51401
Text Example
Text Example
White with #A51401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51401; }
p { color: rgb(165,20,1); }
H1.HeaderClassName
{
color: #A51401;
}
.AnyTagClassName
{
color: #A51401;
}
</style>
background-color css
<style>
a { background-color: #A51401; }
a { background-color: rgb(165,20,1); }
div.DivClassName
{
background-color: #A51401;
}
.BgClassName
{
background-color: #A51401;
}
</style>
border-color css
<style>
span { border-color: #A51401; }
span { border-color: rgb(165,20,1); }
td.TdClassName
{
border-color: #A51401;
}
.TagClassName
{
border-color: #A51401;
}
</style>