Shades of Bright Red #A21A21
Tints of Bright Red #A21A21
RGB
CMYK
RGB Variations
Color information
#A21A21 (or 0xA21A21) is known color: Bright Red. HEX triplet: A2, 1A and 21. RGB value is (162,26,33). Sum of RGB (Red+Green+Blue) = 162+26+33=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A21 is #5DE5DE. Grayscale: #434343. Windows color (decimal): -6153695 or 2169506. OLE color: 2169506.
HSL color Cylindrical-coordinate representation of color #A21A21: hue angle of 356.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A21 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 33 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.36 |
| HSL | 356.91º | 0.72% | 0.37% | - |
| HSV(B) | 356.91º | 0.84% | 0.64% | - |
| XYZ | 15.54 | 8.53 | 2.27 | - |
| YUV | 67.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 33 | 0 | 0.84 | 0.80 | 0.36 | 356.91 | 0.72 | 0.37 |
| Hex | A2 | 1A | 21 | 0 | 54 | 50 | 24 | 165 | 48 | 25 |
| Octal | 242 | 32 | 41 | 0 | 124 | 120 | 44 | 545 | 110 | 45 |
| Binary | 10100010 | 11010 | 100001 | 0 | 1010100 | 1010000 | 100100 | 101100101 | 1001000 | 100101 |
Color Harmonies of #A21A21
Complementary color
Monochromatic Colors of #A21A21
Black with #A21A21
Text Example
Text Example
White with #A21A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A21; }
p { color: rgb(162,26,33); }
H1.HeaderClassName
{
color: #A21A21;
}
.AnyTagClassName
{
color: #A21A21;
}
</style>
background-color css
<style>
a { background-color: #A21A21; }
a { background-color: rgb(162,26,33); }
div.DivClassName
{
background-color: #A21A21;
}
.BgClassName
{
background-color: #A21A21;
}
</style>
border-color css
<style>
span { border-color: #A21A21; }
span { border-color: rgb(162,26,33); }
td.TdClassName
{
border-color: #A21A21;
}
.TagClassName
{
border-color: #A21A21;
}
</style>