Shades of Bright Red #A21E30
Tints of Bright Red #A21E30
RGB
CMYK
RGB Variations
Color information
#A21E30 (or 0xA21E30) is known color: Bright Red. HEX triplet: A2, 1E and 30. RGB value is (162,30,48). Sum of RGB (Red+Green+Blue) = 162+30+48=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E30 is #5DE1CF. Grayscale: #474747. Windows color (decimal): -6152656 or 3153570. OLE color: 3153570.
HSL color Cylindrical-coordinate representation of color #A21E30: hue angle of 351.82º 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 #A21E30 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 48 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.36 |
| HSL | 351.82º | 0.69% | 0.38% | - |
| HSV(B) | 351.82º | 0.81% | 0.64% | - |
| XYZ | 15.9 | 8.82 | 3.66 | - |
| YUV | 71.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 48 | 0 | 0.81 | 0.70 | 0.36 | 351.82 | 0.69 | 0.38 |
| Hex | A2 | 1E | 30 | 0 | 51 | 46 | 24 | 160 | 45 | 26 |
| Octal | 242 | 36 | 60 | 0 | 121 | 106 | 44 | 540 | 105 | 46 |
| Binary | 10100010 | 11110 | 110000 | 0 | 1010001 | 1000110 | 100100 | 101100000 | 1000101 | 100110 |
Color Harmonies of #A21E30
Complementary color
Monochromatic Colors of #A21E30
Black with #A21E30
Text Example
Text Example
White with #A21E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E30; }
p { color: rgb(162,30,48); }
H1.HeaderClassName
{
color: #A21E30;
}
.AnyTagClassName
{
color: #A21E30;
}
</style>
background-color css
<style>
a { background-color: #A21E30; }
a { background-color: rgb(162,30,48); }
div.DivClassName
{
background-color: #A21E30;
}
.BgClassName
{
background-color: #A21E30;
}
</style>
border-color css
<style>
span { border-color: #A21E30; }
span { border-color: rgb(162,30,48); }
td.TdClassName
{
border-color: #A21E30;
}
.TagClassName
{
border-color: #A21E30;
}
</style>