Shades of Bright Red #A21837
Tints of Bright Red #A21837
RGB
CMYK
RGB Variations
Color information
#A21837 (or 0xA21837) is known color: Bright Red. HEX triplet: A2, 18 and 37. RGB value is (162,24,55). Sum of RGB (Red+Green+Blue) = 162+24+55=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A21837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21837 is #5DE7C8. Grayscale: #444444. Windows color (decimal): -6154185 or 3610786. OLE color: 3610786.
HSL color Cylindrical-coordinate representation of color #A21837: hue angle of 346.52º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21837 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 55 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.36 |
| HSL | 346.52º | 0.74% | 0.36% | - |
| HSV(B) | 346.52º | 0.85% | 0.64% | - |
| XYZ | 15.92 | 8.61 | 4.44 | - |
| YUV | 68.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 55 | 0 | 0.85 | 0.66 | 0.36 | 346.52 | 0.74 | 0.36 |
| Hex | A2 | 18 | 37 | 0 | 55 | 42 | 24 | 15B | 4A | 24 |
| Octal | 242 | 30 | 67 | 0 | 125 | 102 | 44 | 533 | 112 | 44 |
| Binary | 10100010 | 11000 | 110111 | 0 | 1010101 | 1000010 | 100100 | 101011011 | 1001010 | 100100 |
Color Harmonies of #A21837
Complementary color
Monochromatic Colors of #A21837
Black with #A21837
Text Example
Text Example
White with #A21837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21837; }
p { color: rgb(162,24,55); }
H1.HeaderClassName
{
color: #A21837;
}
.AnyTagClassName
{
color: #A21837;
}
</style>
background-color css
<style>
a { background-color: #A21837; }
a { background-color: rgb(162,24,55); }
div.DivClassName
{
background-color: #A21837;
}
.BgClassName
{
background-color: #A21837;
}
</style>
border-color css
<style>
span { border-color: #A21837; }
span { border-color: rgb(162,24,55); }
td.TdClassName
{
border-color: #A21837;
}
.TagClassName
{
border-color: #A21837;
}
</style>