Shades of Bright Red #A1212E
Tints of Bright Red #A1212E
RGB
CMYK
RGB Variations
Color information
#A1212E (or 0xA1212E) is known color: Bright Red. HEX triplet: A1, 21 and 2E. RGB value is (161,33,46). Sum of RGB (Red+Green+Blue) = 161+33+46=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1212E is #5EDED1. Grayscale: #484848. Windows color (decimal): -6217426 or 3023265. OLE color: 3023265.
HSL color Cylindrical-coordinate representation of color #A1212E: hue angle of 353.91º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1212E is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 46 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.37 |
| HSL | 353.91º | 0.66% | 0.38% | - |
| HSV(B) | 353.91º | 0.8% | 0.63% | - |
| XYZ | 15.73 | 8.86 | 3.47 | - |
| YUV | 72.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 46 | 0 | 0.80 | 0.71 | 0.37 | 353.91 | 0.66 | 0.38 |
| Hex | A1 | 21 | 2E | 0 | 50 | 47 | 25 | 162 | 42 | 26 |
| Octal | 241 | 41 | 56 | 0 | 120 | 107 | 45 | 542 | 102 | 46 |
| Binary | 10100001 | 100001 | 101110 | 0 | 1010000 | 1000111 | 100101 | 101100010 | 1000010 | 100110 |
Color Harmonies of #A1212E
Complementary color
Monochromatic Colors of #A1212E
Black with #A1212E
Text Example
Text Example
White with #A1212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1212E; }
p { color: rgb(161,33,46); }
H1.HeaderClassName
{
color: #A1212E;
}
.AnyTagClassName
{
color: #A1212E;
}
</style>
background-color css
<style>
a { background-color: #A1212E; }
a { background-color: rgb(161,33,46); }
div.DivClassName
{
background-color: #A1212E;
}
.BgClassName
{
background-color: #A1212E;
}
</style>
border-color css
<style>
span { border-color: #A1212E; }
span { border-color: rgb(161,33,46); }
td.TdClassName
{
border-color: #A1212E;
}
.TagClassName
{
border-color: #A1212E;
}
</style>