Shades of Bright Red #A21937
Tints of Bright Red #A21937
RGB
CMYK
RGB Variations
Color information
#A21937 (or 0xA21937) is known color: Bright Red. HEX triplet: A2, 19 and 37. RGB value is (162,25,55). Sum of RGB (Red+Green+Blue) = 162+25+55=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21937 is #5DE6C8. Grayscale: #454545. Windows color (decimal): -6153929 or 3611042. OLE color: 3611042.
HSL color Cylindrical-coordinate representation of color #A21937: hue angle of 346.86º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21937 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 55 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.36 |
| HSL | 346.86º | 0.73% | 0.37% | - |
| HSV(B) | 346.86º | 0.85% | 0.64% | - |
| XYZ | 15.94 | 8.65 | 4.44 | - |
| YUV | 69.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 55 | 0 | 0.85 | 0.66 | 0.36 | 346.86 | 0.73 | 0.37 |
| Hex | A2 | 19 | 37 | 0 | 55 | 42 | 24 | 15B | 49 | 25 |
| Octal | 242 | 31 | 67 | 0 | 125 | 102 | 44 | 533 | 111 | 45 |
| Binary | 10100010 | 11001 | 110111 | 0 | 1010101 | 1000010 | 100100 | 101011011 | 1001001 | 100101 |
Color Harmonies of #A21937
Complementary color
Monochromatic Colors of #A21937
Black with #A21937
Text Example
Text Example
White with #A21937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21937; }
p { color: rgb(162,25,55); }
H1.HeaderClassName
{
color: #A21937;
}
.AnyTagClassName
{
color: #A21937;
}
</style>
background-color css
<style>
a { background-color: #A21937; }
a { background-color: rgb(162,25,55); }
div.DivClassName
{
background-color: #A21937;
}
.BgClassName
{
background-color: #A21937;
}
</style>
border-color css
<style>
span { border-color: #A21937; }
span { border-color: rgb(162,25,55); }
td.TdClassName
{
border-color: #A21937;
}
.TagClassName
{
border-color: #A21937;
}
</style>