Shades of Bright Red #A01E2D
Tints of Bright Red #A01E2D
RGB
CMYK
RGB Variations
Color information
#A01E2D (or 0xA01E2D) is known color: Bright Red. HEX triplet: A0, 1E and 2D. RGB value is (160,30,45). Sum of RGB (Red+Green+Blue) = 160+30+45=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E2D is #5FE1D2. Grayscale: #464646. Windows color (decimal): -6283731 or 2956960. OLE color: 2956960.
HSL color Cylindrical-coordinate representation of color #A01E2D: hue angle of 353.08º 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 #A01E2D is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 45 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.37 |
| HSL | 353.08º | 0.68% | 0.37% | - |
| HSV(B) | 353.08º | 0.81% | 0.63% | - |
| XYZ | 15.44 | 8.59 | 3.33 | - |
| YUV | 70.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 45 | 0 | 0.81 | 0.72 | 0.37 | 353.08 | 0.68 | 0.37 |
| Hex | A0 | 1E | 2D | 0 | 51 | 48 | 25 | 161 | 44 | 25 |
| Octal | 240 | 36 | 55 | 0 | 121 | 110 | 45 | 541 | 104 | 45 |
| Binary | 10100000 | 11110 | 101101 | 0 | 1010001 | 1001000 | 100101 | 101100001 | 1000100 | 100101 |
Color Harmonies of #A01E2D
Complementary color
Monochromatic Colors of #A01E2D
Black with #A01E2D
Text Example
Text Example
White with #A01E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E2D; }
p { color: rgb(160,30,45); }
H1.HeaderClassName
{
color: #A01E2D;
}
.AnyTagClassName
{
color: #A01E2D;
}
</style>
background-color css
<style>
a { background-color: #A01E2D; }
a { background-color: rgb(160,30,45); }
div.DivClassName
{
background-color: #A01E2D;
}
.BgClassName
{
background-color: #A01E2D;
}
</style>
border-color css
<style>
span { border-color: #A01E2D; }
span { border-color: rgb(160,30,45); }
td.TdClassName
{
border-color: #A01E2D;
}
.TagClassName
{
border-color: #A01E2D;
}
</style>