Shades of Bright Red #A21F31
Tints of Bright Red #A21F31
RGB
CMYK
RGB Variations
Color information
#A21F31 (or 0xA21F31) is known color: Bright Red. HEX triplet: A2, 1F and 31. RGB value is (162,31,49). Sum of RGB (Red+Green+Blue) = 162+31+49=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F31 is #5DE0CE. Grayscale: #484848. Windows color (decimal): -6152399 or 3219362. OLE color: 3219362.
HSL color Cylindrical-coordinate representation of color #A21F31: hue angle of 351.76º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F31 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 49 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.36 |
| HSL | 351.76º | 0.68% | 0.38% | - |
| HSV(B) | 351.76º | 0.81% | 0.64% | - |
| XYZ | 15.94 | 8.88 | 3.78 | - |
| YUV | 72.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 49 | 0 | 0.81 | 0.70 | 0.36 | 351.76 | 0.68 | 0.38 |
| Hex | A2 | 1F | 31 | 0 | 51 | 46 | 24 | 160 | 44 | 26 |
| Octal | 242 | 37 | 61 | 0 | 121 | 106 | 44 | 540 | 104 | 46 |
| Binary | 10100010 | 11111 | 110001 | 0 | 1010001 | 1000110 | 100100 | 101100000 | 1000100 | 100110 |
Color Harmonies of #A21F31
Complementary color
Monochromatic Colors of #A21F31
Black with #A21F31
Text Example
Text Example
White with #A21F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F31; }
p { color: rgb(162,31,49); }
H1.HeaderClassName
{
color: #A21F31;
}
.AnyTagClassName
{
color: #A21F31;
}
</style>
background-color css
<style>
a { background-color: #A21F31; }
a { background-color: rgb(162,31,49); }
div.DivClassName
{
background-color: #A21F31;
}
.BgClassName
{
background-color: #A21F31;
}
</style>
border-color css
<style>
span { border-color: #A21F31; }
span { border-color: rgb(162,31,49); }
td.TdClassName
{
border-color: #A21F31;
}
.TagClassName
{
border-color: #A21F31;
}
</style>