Shades of Bright Red #A2213D
Tints of Bright Red #A2213D
RGB
CMYK
RGB Variations
Color information
#A2213D (or 0xA2213D) is known color: Bright Red. HEX triplet: A2, 21 and 3D. RGB value is (162,33,61). Sum of RGB (Red+Green+Blue) = 162+33+61=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2213D is #5DDEC2. Grayscale: #4A4A4A. Windows color (decimal): -6151875 or 4006306. OLE color: 4006306.
HSL color Cylindrical-coordinate representation of color #A2213D: hue angle of 346.98º 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 #A2213D is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 61 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.36 |
| HSL | 346.98º | 0.66% | 0.38% | - |
| HSV(B) | 346.98º | 0.8% | 0.64% | - |
| XYZ | 16.29 | 9.11 | 5.31 | - |
| YUV | 74.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 61 | 0 | 0.80 | 0.62 | 0.36 | 346.98 | 0.66 | 0.38 |
| Hex | A2 | 21 | 3D | 0 | 50 | 3E | 24 | 15B | 42 | 26 |
| Octal | 242 | 41 | 75 | 0 | 120 | 76 | 44 | 533 | 102 | 46 |
| Binary | 10100010 | 100001 | 111101 | 0 | 1010000 | 111110 | 100100 | 101011011 | 1000010 | 100110 |
Color Harmonies of #A2213D
Complementary color
Monochromatic Colors of #A2213D
Black with #A2213D
Text Example
Text Example
White with #A2213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2213D; }
p { color: rgb(162,33,61); }
H1.HeaderClassName
{
color: #A2213D;
}
.AnyTagClassName
{
color: #A2213D;
}
</style>
background-color css
<style>
a { background-color: #A2213D; }
a { background-color: rgb(162,33,61); }
div.DivClassName
{
background-color: #A2213D;
}
.BgClassName
{
background-color: #A2213D;
}
</style>
border-color css
<style>
span { border-color: #A2213D; }
span { border-color: rgb(162,33,61); }
td.TdClassName
{
border-color: #A2213D;
}
.TagClassName
{
border-color: #A2213D;
}
</style>