Shades of Bright Red #A21E32
Tints of Bright Red #A21E32
RGB
CMYK
RGB Variations
Color information
#A21E32 (or 0xA21E32) is known color: Bright Red. HEX triplet: A2, 1E and 32. RGB value is (162,30,50). Sum of RGB (Red+Green+Blue) = 162+30+50=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E32 is #5DE1CD. Grayscale: #474747. Windows color (decimal): -6152654 or 3284642. OLE color: 3284642.
HSL color Cylindrical-coordinate representation of color #A21E32: hue angle of 350.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21E32 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 50 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.36 |
| HSL | 350.91º | 0.69% | 0.38% | - |
| HSV(B) | 350.91º | 0.81% | 0.64% | - |
| XYZ | 15.94 | 8.84 | 3.88 | - |
| YUV | 71.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 50 | 0 | 0.81 | 0.69 | 0.36 | 350.91 | 0.69 | 0.38 |
| Hex | A2 | 1E | 32 | 0 | 51 | 45 | 24 | 15F | 45 | 26 |
| Octal | 242 | 36 | 62 | 0 | 121 | 105 | 44 | 537 | 105 | 46 |
| Binary | 10100010 | 11110 | 110010 | 0 | 1010001 | 1000101 | 100100 | 101011111 | 1000101 | 100110 |
Color Harmonies of #A21E32
Complementary color
Monochromatic Colors of #A21E32
Black with #A21E32
Text Example
Text Example
White with #A21E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E32; }
p { color: rgb(162,30,50); }
H1.HeaderClassName
{
color: #A21E32;
}
.AnyTagClassName
{
color: #A21E32;
}
</style>
background-color css
<style>
a { background-color: #A21E32; }
a { background-color: rgb(162,30,50); }
div.DivClassName
{
background-color: #A21E32;
}
.BgClassName
{
background-color: #A21E32;
}
</style>
border-color css
<style>
span { border-color: #A21E32; }
span { border-color: rgb(162,30,50); }
td.TdClassName
{
border-color: #A21E32;
}
.TagClassName
{
border-color: #A21E32;
}
</style>