Shades of Bright Red #A21037
Tints of Bright Red #A21037
RGB
CMYK
RGB Variations
Color information
#A21037 (or 0xA21037) is known color: Bright Red. HEX triplet: A2, 10 and 37. RGB value is (162,16,55). Sum of RGB (Red+Green+Blue) = 162+16+55=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A21037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21037 is #5DEFC8. Grayscale: #404040. Windows color (decimal): -6156233 or 3608738. OLE color: 3608738.
HSL color Cylindrical-coordinate representation of color #A21037: hue angle of 343.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21037 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 55 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.36 |
| HSL | 343.97º | 0.82% | 0.35% | - |
| HSV(B) | 343.97º | 0.9% | 0.64% | - |
| XYZ | 15.78 | 8.33 | 4.39 | - |
| YUV | 64.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 55 | 0 | 0.90 | 0.66 | 0.36 | 343.97 | 0.82 | 0.35 |
| Hex | A2 | 10 | 37 | 0 | 5A | 42 | 24 | 158 | 52 | 23 |
| Octal | 242 | 20 | 67 | 0 | 132 | 102 | 44 | 530 | 122 | 43 |
| Binary | 10100010 | 10000 | 110111 | 0 | 1011010 | 1000010 | 100100 | 101011000 | 1010010 | 100011 |
Color Harmonies of #A21037
Complementary color
Monochromatic Colors of #A21037
Black with #A21037
Text Example
Text Example
White with #A21037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21037; }
p { color: rgb(162,16,55); }
H1.HeaderClassName
{
color: #A21037;
}
.AnyTagClassName
{
color: #A21037;
}
</style>
background-color css
<style>
a { background-color: #A21037; }
a { background-color: rgb(162,16,55); }
div.DivClassName
{
background-color: #A21037;
}
.BgClassName
{
background-color: #A21037;
}
</style>
border-color css
<style>
span { border-color: #A21037; }
span { border-color: rgb(162,16,55); }
td.TdClassName
{
border-color: #A21037;
}
.TagClassName
{
border-color: #A21037;
}
</style>