Shades of Bright Red #A21A35
Tints of Bright Red #A21A35
RGB
CMYK
RGB Variations
Color information
#A21A35 (or 0xA21A35) is known color: Bright Red. HEX triplet: A2, 1A and 35. RGB value is (162,26,53). Sum of RGB (Red+Green+Blue) = 162+26+53=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A35 is #5DE5CA. Grayscale: #454545. Windows color (decimal): -6153675 or 3480226. OLE color: 3480226.
HSL color Cylindrical-coordinate representation of color #A21A35: hue angle of 348.09º 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 #A21A35 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 26 | 53 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.36 |
| HSL | 348.09º | 0.72% | 0.37% | - |
| HSV(B) | 348.09º | 0.84% | 0.64% | - |
| XYZ | 15.91 | 8.68 | 4.2 | - |
| YUV | 69.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 53 | 0 | 0.84 | 0.67 | 0.36 | 348.09 | 0.72 | 0.37 |
| Hex | A2 | 1A | 35 | 0 | 54 | 43 | 24 | 15C | 48 | 25 |
| Octal | 242 | 32 | 65 | 0 | 124 | 103 | 44 | 534 | 110 | 45 |
| Binary | 10100010 | 11010 | 110101 | 0 | 1010100 | 1000011 | 100100 | 101011100 | 1001000 | 100101 |
Color Harmonies of #A21A35
Complementary color
Monochromatic Colors of #A21A35
Black with #A21A35
Text Example
Text Example
White with #A21A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21A35; }
p { color: rgb(162,26,53); }
H1.HeaderClassName
{
color: #A21A35;
}
.AnyTagClassName
{
color: #A21A35;
}
</style>
background-color css
<style>
a { background-color: #A21A35; }
a { background-color: rgb(162,26,53); }
div.DivClassName
{
background-color: #A21A35;
}
.BgClassName
{
background-color: #A21A35;
}
</style>
border-color css
<style>
span { border-color: #A21A35; }
span { border-color: rgb(162,26,53); }
td.TdClassName
{
border-color: #A21A35;
}
.TagClassName
{
border-color: #A21A35;
}
</style>