Shades of Bright Red #A21E2F
Tints of Bright Red #A21E2F
RGB
CMYK
RGB Variations
Color information
#A21E2F (or 0xA21E2F) is known color: Bright Red. HEX triplet: A2, 1E and 2F. RGB value is (162,30,47). Sum of RGB (Red+Green+Blue) = 162+30+47=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E2F is #5DE1D0. Grayscale: #474747. Windows color (decimal): -6152657 or 3088034. OLE color: 3088034.
HSL color Cylindrical-coordinate representation of color #A21E2F: hue angle of 352.27º 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 #A21E2F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 30 | 47 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.36 |
| HSL | 352.27º | 0.69% | 0.38% | - |
| HSV(B) | 352.27º | 0.81% | 0.64% | - |
| XYZ | 15.88 | 8.82 | 3.55 | - |
| YUV | 71.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 47 | 0 | 0.81 | 0.71 | 0.36 | 352.27 | 0.69 | 0.38 |
| Hex | A2 | 1E | 2F | 0 | 51 | 47 | 24 | 160 | 45 | 26 |
| Octal | 242 | 36 | 57 | 0 | 121 | 107 | 44 | 540 | 105 | 46 |
| Binary | 10100010 | 11110 | 101111 | 0 | 1010001 | 1000111 | 100100 | 101100000 | 1000101 | 100110 |
Color Harmonies of #A21E2F
Complementary color
Monochromatic Colors of #A21E2F
Black with #A21E2F
Text Example
Text Example
White with #A21E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21E2F; }
p { color: rgb(162,30,47); }
H1.HeaderClassName
{
color: #A21E2F;
}
.AnyTagClassName
{
color: #A21E2F;
}
</style>
background-color css
<style>
a { background-color: #A21E2F; }
a { background-color: rgb(162,30,47); }
div.DivClassName
{
background-color: #A21E2F;
}
.BgClassName
{
background-color: #A21E2F;
}
</style>
border-color css
<style>
span { border-color: #A21E2F; }
span { border-color: rgb(162,30,47); }
td.TdClassName
{
border-color: #A21E2F;
}
.TagClassName
{
border-color: #A21E2F;
}
</style>