Shades of Bright Red #A2212F
Tints of Bright Red #A2212F
RGB
CMYK
RGB Variations
Color information
#A2212F (or 0xA2212F) is known color: Bright Red. HEX triplet: A2, 21 and 2F. RGB value is (162,33,47). Sum of RGB (Red+Green+Blue) = 162+33+47=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2212F is #5DDED0. Grayscale: #494949. Windows color (decimal): -6151889 or 3088802. OLE color: 3088802.
HSL color Cylindrical-coordinate representation of color #A2212F: hue angle of 353.49º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2212F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 47 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.36 |
| HSL | 353.49º | 0.66% | 0.38% | - |
| HSV(B) | 353.49º | 0.8% | 0.64% | - |
| XYZ | 15.96 | 8.97 | 3.58 | - |
| YUV | 73.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 47 | 0 | 0.80 | 0.71 | 0.36 | 353.49 | 0.66 | 0.38 |
| Hex | A2 | 21 | 2F | 0 | 50 | 47 | 24 | 161 | 42 | 26 |
| Octal | 242 | 41 | 57 | 0 | 120 | 107 | 44 | 541 | 102 | 46 |
| Binary | 10100010 | 100001 | 101111 | 0 | 1010000 | 1000111 | 100100 | 101100001 | 1000010 | 100110 |
Color Harmonies of #A2212F
Complementary color
Monochromatic Colors of #A2212F
Black with #A2212F
Text Example
Text Example
White with #A2212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2212F; }
p { color: rgb(162,33,47); }
H1.HeaderClassName
{
color: #A2212F;
}
.AnyTagClassName
{
color: #A2212F;
}
</style>
background-color css
<style>
a { background-color: #A2212F; }
a { background-color: rgb(162,33,47); }
div.DivClassName
{
background-color: #A2212F;
}
.BgClassName
{
background-color: #A2212F;
}
</style>
border-color css
<style>
span { border-color: #A2212F; }
span { border-color: rgb(162,33,47); }
td.TdClassName
{
border-color: #A2212F;
}
.TagClassName
{
border-color: #A2212F;
}
</style>