Shades of Bright Red #A21A22
Tints of Bright Red #A21A22
RGB
CMYK
RGB Variations
Color information
#A21A22 (or 0xA21A22) is known color: Bright Red. HEX triplet: A2, 1A and 22. RGB value is (162,26,34). Sum of RGB (Red+Green+Blue) = 162+26+34=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A22 is #5DE5DD. Grayscale: #434343. Windows color (decimal): -6153694 or 2235042. OLE color: 2235042.
HSL color Cylindrical-coordinate representation of color #A21A22: hue angle of 356.47º 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 #A21A22 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 34 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.36 |
| HSL | 356.47º | 0.72% | 0.37% | - |
| HSV(B) | 356.47º | 0.84% | 0.64% | - |
| XYZ | 15.56 | 8.54 | 2.34 | - |
| YUV | 67.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 34 | 0 | 0.84 | 0.79 | 0.36 | 356.47 | 0.72 | 0.37 |
| Hex | A2 | 1A | 22 | 0 | 54 | 4F | 24 | 164 | 48 | 25 |
| Octal | 242 | 32 | 42 | 0 | 124 | 117 | 44 | 544 | 110 | 45 |
| Binary | 10100010 | 11010 | 100010 | 0 | 1010100 | 1001111 | 100100 | 101100100 | 1001000 | 100101 |
Color Harmonies of #A21A22
Complementary color
Monochromatic Colors of #A21A22
Black with #A21A22
Text Example
Text Example
White with #A21A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A22; }
p { color: rgb(162,26,34); }
H1.HeaderClassName
{
color: #A21A22;
}
.AnyTagClassName
{
color: #A21A22;
}
</style>
background-color css
<style>
a { background-color: #A21A22; }
a { background-color: rgb(162,26,34); }
div.DivClassName
{
background-color: #A21A22;
}
.BgClassName
{
background-color: #A21A22;
}
</style>
border-color css
<style>
span { border-color: #A21A22; }
span { border-color: rgb(162,26,34); }
td.TdClassName
{
border-color: #A21A22;
}
.TagClassName
{
border-color: #A21A22;
}
</style>