Shades of Bright Red #A01F2D
Tints of Bright Red #A01F2D
RGB
CMYK
RGB Variations
Color information
#A01F2D (or 0xA01F2D) is known color: Bright Red. HEX triplet: A0, 1F and 2D. RGB value is (160,31,45). Sum of RGB (Red+Green+Blue) = 160+31+45=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01F2D is #5FE0D2. Grayscale: #474747. Windows color (decimal): -6283475 or 2957216. OLE color: 2957216.
HSL color Cylindrical-coordinate representation of color #A01F2D: hue angle of 353.49º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F2D is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 31 | 45 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.37 |
| HSL | 353.49º | 0.68% | 0.37% | - |
| HSV(B) | 353.49º | 0.81% | 0.63% | - |
| XYZ | 15.46 | 8.64 | 3.34 | - |
| YUV | 71.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 31 | 45 | 0 | 0.81 | 0.72 | 0.37 | 353.49 | 0.68 | 0.37 |
| Hex | A0 | 1F | 2D | 0 | 51 | 48 | 25 | 161 | 44 | 25 |
| Octal | 240 | 37 | 55 | 0 | 121 | 110 | 45 | 541 | 104 | 45 |
| Binary | 10100000 | 11111 | 101101 | 0 | 1010001 | 1001000 | 100101 | 101100001 | 1000100 | 100101 |
Color Harmonies of #A01F2D
Complementary color
Monochromatic Colors of #A01F2D
Black with #A01F2D
Text Example
Text Example
White with #A01F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01F2D; }
p { color: rgb(160,31,45); }
H1.HeaderClassName
{
color: #A01F2D;
}
.AnyTagClassName
{
color: #A01F2D;
}
</style>
background-color css
<style>
a { background-color: #A01F2D; }
a { background-color: rgb(160,31,45); }
div.DivClassName
{
background-color: #A01F2D;
}
.BgClassName
{
background-color: #A01F2D;
}
</style>
border-color css
<style>
span { border-color: #A01F2D; }
span { border-color: rgb(160,31,45); }
td.TdClassName
{
border-color: #A01F2D;
}
.TagClassName
{
border-color: #A01F2D;
}
</style>