Shades of Bright Red #A11D3A
Tints of Bright Red #A11D3A
RGB
CMYK
RGB Variations
Color information
#A11D3A (or 0xA11D3A) is known color: Bright Red. HEX triplet: A1, 1D and 3A. RGB value is (161,29,58). Sum of RGB (Red+Green+Blue) = 161+29+58=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D3A is #5EE2C5. Grayscale: #474747. Windows color (decimal): -6218438 or 3808673. OLE color: 3808673.
HSL color Cylindrical-coordinate representation of color #A11D3A: hue angle of 346.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D3A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 58 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.37 |
| HSL | 346.82º | 0.69% | 0.37% | - |
| HSV(B) | 346.82º | 0.82% | 0.63% | - |
| XYZ | 15.9 | 8.76 | 4.86 | - |
| YUV | 71.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 58 | 0 | 0.82 | 0.64 | 0.37 | 346.82 | 0.69 | 0.37 |
| Hex | A1 | 1D | 3A | 0 | 52 | 40 | 25 | 15B | 45 | 25 |
| Octal | 241 | 35 | 72 | 0 | 122 | 100 | 45 | 533 | 105 | 45 |
| Binary | 10100001 | 11101 | 111010 | 0 | 1010010 | 1000000 | 100101 | 101011011 | 1000101 | 100101 |
Color Harmonies of #A11D3A
Complementary color
Monochromatic Colors of #A11D3A
Black with #A11D3A
Text Example
Text Example
White with #A11D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D3A; }
p { color: rgb(161,29,58); }
H1.HeaderClassName
{
color: #A11D3A;
}
.AnyTagClassName
{
color: #A11D3A;
}
</style>
background-color css
<style>
a { background-color: #A11D3A; }
a { background-color: rgb(161,29,58); }
div.DivClassName
{
background-color: #A11D3A;
}
.BgClassName
{
background-color: #A11D3A;
}
</style>
border-color css
<style>
span { border-color: #A11D3A; }
span { border-color: rgb(161,29,58); }
td.TdClassName
{
border-color: #A11D3A;
}
.TagClassName
{
border-color: #A11D3A;
}
</style>