Shades of Bright Red #A11E3E
Tints of Bright Red #A11E3E
RGB
CMYK
RGB Variations
Color information
#A11E3E (or 0xA11E3E) is known color: Bright Red. HEX triplet: A1, 1E and 3E. RGB value is (161,30,62). Sum of RGB (Red+Green+Blue) = 161+30+62=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E3E is #5EE1C1. Grayscale: #484848. Windows color (decimal): -6218178 or 4071073. OLE color: 4071073.
HSL color Cylindrical-coordinate representation of color #A11E3E: hue angle of 345.34º 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 #A11E3E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 62 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.37 |
| HSL | 345.34º | 0.69% | 0.37% | - |
| HSV(B) | 345.34º | 0.81% | 0.63% | - |
| XYZ | 16.03 | 8.85 | 5.42 | - |
| YUV | 72.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 62 | 0 | 0.81 | 0.61 | 0.37 | 345.34 | 0.69 | 0.37 |
| Hex | A1 | 1E | 3E | 0 | 51 | 3D | 25 | 159 | 45 | 25 |
| Octal | 241 | 36 | 76 | 0 | 121 | 75 | 45 | 531 | 105 | 45 |
| Binary | 10100001 | 11110 | 111110 | 0 | 1010001 | 111101 | 100101 | 101011001 | 1000101 | 100101 |
Color Harmonies of #A11E3E
Complementary color
Monochromatic Colors of #A11E3E
Black with #A11E3E
Text Example
Text Example
White with #A11E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E3E; }
p { color: rgb(161,30,62); }
H1.HeaderClassName
{
color: #A11E3E;
}
.AnyTagClassName
{
color: #A11E3E;
}
</style>
background-color css
<style>
a { background-color: #A11E3E; }
a { background-color: rgb(161,30,62); }
div.DivClassName
{
background-color: #A11E3E;
}
.BgClassName
{
background-color: #A11E3E;
}
</style>
border-color css
<style>
span { border-color: #A11E3E; }
span { border-color: rgb(161,30,62); }
td.TdClassName
{
border-color: #A11E3E;
}
.TagClassName
{
border-color: #A11E3E;
}
</style>