Shades of Bright Red #A11E2F
Tints of Bright Red #A11E2F
RGB
CMYK
RGB Variations
Color information
#A11E2F (or 0xA11E2F) is known color: Bright Red. HEX triplet: A1, 1E and 2F. RGB value is (161,30,47). Sum of RGB (Red+Green+Blue) = 161+30+47=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11E2F is #5EE1D0. Grayscale: #474747. Windows color (decimal): -6218193 or 3088033. OLE color: 3088033.
HSL color Cylindrical-coordinate representation of color #A11E2F: hue angle of 352.21º 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 #A11E2F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 47 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.37 |
| HSL | 352.21º | 0.69% | 0.37% | - |
| HSV(B) | 352.21º | 0.81% | 0.63% | - |
| XYZ | 15.68 | 8.71 | 3.54 | - |
| YUV | 71.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 47 | 0 | 0.81 | 0.71 | 0.37 | 352.21 | 0.69 | 0.37 |
| Hex | A1 | 1E | 2F | 0 | 51 | 47 | 25 | 160 | 45 | 25 |
| Octal | 241 | 36 | 57 | 0 | 121 | 107 | 45 | 540 | 105 | 45 |
| Binary | 10100001 | 11110 | 101111 | 0 | 1010001 | 1000111 | 100101 | 101100000 | 1000101 | 100101 |
Color Harmonies of #A11E2F
Complementary color
Monochromatic Colors of #A11E2F
Black with #A11E2F
Text Example
Text Example
White with #A11E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E2F; }
p { color: rgb(161,30,47); }
H1.HeaderClassName
{
color: #A11E2F;
}
.AnyTagClassName
{
color: #A11E2F;
}
</style>
background-color css
<style>
a { background-color: #A11E2F; }
a { background-color: rgb(161,30,47); }
div.DivClassName
{
background-color: #A11E2F;
}
.BgClassName
{
background-color: #A11E2F;
}
</style>
border-color css
<style>
span { border-color: #A11E2F; }
span { border-color: rgb(161,30,47); }
td.TdClassName
{
border-color: #A11E2F;
}
.TagClassName
{
border-color: #A11E2F;
}
</style>