Shades of Bright Red #A21E2E
Tints of Bright Red #A21E2E
RGB
CMYK
RGB Variations
Color information
#A21E2E (or 0xA21E2E) is known color: Bright Red. HEX triplet: A2, 1E and 2E. RGB value is (162,30,46). Sum of RGB (Red+Green+Blue) = 162+30+46=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E2E is #5DE1D1. Grayscale: #474747. Windows color (decimal): -6152658 or 3022498. OLE color: 3022498.
HSL color Cylindrical-coordinate representation of color #A21E2E: hue angle of 352.73º 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 #A21E2E is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 46 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.36 |
| HSL | 352.73º | 0.69% | 0.38% | - |
| HSV(B) | 352.73º | 0.81% | 0.64% | - |
| XYZ | 15.86 | 8.81 | 3.45 | - |
| YUV | 71.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 46 | 0 | 0.81 | 0.72 | 0.36 | 352.73 | 0.69 | 0.38 |
| Hex | A2 | 1E | 2E | 0 | 51 | 48 | 24 | 161 | 45 | 26 |
| Octal | 242 | 36 | 56 | 0 | 121 | 110 | 44 | 541 | 105 | 46 |
| Binary | 10100010 | 11110 | 101110 | 0 | 1010001 | 1001000 | 100100 | 101100001 | 1000101 | 100110 |
Color Harmonies of #A21E2E
Complementary color
Monochromatic Colors of #A21E2E
Black with #A21E2E
Text Example
Text Example
White with #A21E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E2E; }
p { color: rgb(162,30,46); }
H1.HeaderClassName
{
color: #A21E2E;
}
.AnyTagClassName
{
color: #A21E2E;
}
</style>
background-color css
<style>
a { background-color: #A21E2E; }
a { background-color: rgb(162,30,46); }
div.DivClassName
{
background-color: #A21E2E;
}
.BgClassName
{
background-color: #A21E2E;
}
</style>
border-color css
<style>
span { border-color: #A21E2E; }
span { border-color: rgb(162,30,46); }
td.TdClassName
{
border-color: #A21E2E;
}
.TagClassName
{
border-color: #A21E2E;
}
</style>