Shades of Bright Red #A11E2A
Tints of Bright Red #A11E2A
RGB
CMYK
RGB Variations
Color information
#A11E2A (or 0xA11E2A) is known color: Bright Red. HEX triplet: A1, 1E and 2A. RGB value is (161,30,42). Sum of RGB (Red+Green+Blue) = 161+30+42=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E2A is #5EE1D5. Grayscale: #464646. Windows color (decimal): -6218198 or 2760353. OLE color: 2760353.
HSL color Cylindrical-coordinate representation of color #A11E2A: hue angle of 354.5º degrees, saturation: 0.69, 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 #A11E2A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 42 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.37 |
| HSL | 354.5º | 0.69% | 0.37% | - |
| HSV(B) | 354.5º | 0.81% | 0.63% | - |
| XYZ | 15.58 | 8.67 | 3.04 | - |
| YUV | 70.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 42 | 0 | 0.81 | 0.74 | 0.37 | 354.5 | 0.69 | 0.37 |
| Hex | A1 | 1E | 2A | 0 | 51 | 4A | 25 | 163 | 45 | 25 |
| Octal | 241 | 36 | 52 | 0 | 121 | 112 | 45 | 543 | 105 | 45 |
| Binary | 10100001 | 11110 | 101010 | 0 | 1010001 | 1001010 | 100101 | 101100011 | 1000101 | 100101 |
Color Harmonies of #A11E2A
Complementary color
Monochromatic Colors of #A11E2A
Black with #A11E2A
Text Example
Text Example
White with #A11E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E2A; }
p { color: rgb(161,30,42); }
H1.HeaderClassName
{
color: #A11E2A;
}
.AnyTagClassName
{
color: #A11E2A;
}
</style>
background-color css
<style>
a { background-color: #A11E2A; }
a { background-color: rgb(161,30,42); }
div.DivClassName
{
background-color: #A11E2A;
}
.BgClassName
{
background-color: #A11E2A;
}
</style>
border-color css
<style>
span { border-color: #A11E2A; }
span { border-color: rgb(161,30,42); }
td.TdClassName
{
border-color: #A11E2A;
}
.TagClassName
{
border-color: #A11E2A;
}
</style>