Shades of Bright Red #A21F2D
Tints of Bright Red #A21F2D
RGB
CMYK
RGB Variations
Color information
#A21F2D (or 0xA21F2D) is known color: Bright Red. HEX triplet: A2, 1F and 2D. RGB value is (162,31,45). Sum of RGB (Red+Green+Blue) = 162+31+45=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F2D is #5DE0D2. Grayscale: #474747. Windows color (decimal): -6152403 or 2957218. OLE color: 2957218.
HSL color Cylindrical-coordinate representation of color #A21F2D: hue angle of 353.59º degrees, saturation: 0.68, 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 #A21F2D is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 45 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.36 |
| HSL | 353.59º | 0.68% | 0.38% | - |
| HSV(B) | 353.59º | 0.81% | 0.64% | - |
| XYZ | 15.86 | 8.85 | 3.35 | - |
| YUV | 71.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 45 | 0 | 0.81 | 0.72 | 0.36 | 353.59 | 0.68 | 0.38 |
| Hex | A2 | 1F | 2D | 0 | 51 | 48 | 24 | 162 | 44 | 26 |
| Octal | 242 | 37 | 55 | 0 | 121 | 110 | 44 | 542 | 104 | 46 |
| Binary | 10100010 | 11111 | 101101 | 0 | 1010001 | 1001000 | 100100 | 101100010 | 1000100 | 100110 |
Color Harmonies of #A21F2D
Complementary color
Monochromatic Colors of #A21F2D
Black with #A21F2D
Text Example
Text Example
White with #A21F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F2D; }
p { color: rgb(162,31,45); }
H1.HeaderClassName
{
color: #A21F2D;
}
.AnyTagClassName
{
color: #A21F2D;
}
</style>
background-color css
<style>
a { background-color: #A21F2D; }
a { background-color: rgb(162,31,45); }
div.DivClassName
{
background-color: #A21F2D;
}
.BgClassName
{
background-color: #A21F2D;
}
</style>
border-color css
<style>
span { border-color: #A21F2D; }
span { border-color: rgb(162,31,45); }
td.TdClassName
{
border-color: #A21F2D;
}
.TagClassName
{
border-color: #A21F2D;
}
</style>