Shades of Bright Red #A21334
Tints of Bright Red #A21334
RGB
CMYK
RGB Variations
Color information
#A21334 (or 0xA21334) is known color: Bright Red. HEX triplet: A2, 13 and 34. RGB value is (162,19,52). Sum of RGB (Red+Green+Blue) = 162+19+52=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A21334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21334 is #5DECCB. Grayscale: #414141. Windows color (decimal): -6155468 or 3412898. OLE color: 3412898.
HSL color Cylindrical-coordinate representation of color #A21334: hue angle of 346.15º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21334 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 52 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.36 |
| HSL | 346.15º | 0.79% | 0.35% | - |
| HSV(B) | 346.15º | 0.88% | 0.64% | - |
| XYZ | 15.75 | 8.4 | 4.04 | - |
| YUV | 65.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 52 | 0 | 0.88 | 0.68 | 0.36 | 346.15 | 0.79 | 0.35 |
| Hex | A2 | 13 | 34 | 0 | 58 | 44 | 24 | 15A | 4F | 23 |
| Octal | 242 | 23 | 64 | 0 | 130 | 104 | 44 | 532 | 117 | 43 |
| Binary | 10100010 | 10011 | 110100 | 0 | 1011000 | 1000100 | 100100 | 101011010 | 1001111 | 100011 |
Color Harmonies of #A21334
Complementary color
Monochromatic Colors of #A21334
Black with #A21334
Text Example
Text Example
White with #A21334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21334; }
p { color: rgb(162,19,52); }
H1.HeaderClassName
{
color: #A21334;
}
.AnyTagClassName
{
color: #A21334;
}
</style>
background-color css
<style>
a { background-color: #A21334; }
a { background-color: rgb(162,19,52); }
div.DivClassName
{
background-color: #A21334;
}
.BgClassName
{
background-color: #A21334;
}
</style>
border-color css
<style>
span { border-color: #A21334; }
span { border-color: rgb(162,19,52); }
td.TdClassName
{
border-color: #A21334;
}
.TagClassName
{
border-color: #A21334;
}
</style>