Shades of Bright Red #A21F33
Tints of Bright Red #A21F33
RGB
CMYK
RGB Variations
Color information
#A21F33 (or 0xA21F33) is known color: Bright Red. HEX triplet: A2, 1F and 33. RGB value is (162,31,51). Sum of RGB (Red+Green+Blue) = 162+31+51=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F33 is #5DE0CC. Grayscale: #484848. Windows color (decimal): -6152397 or 3350434. OLE color: 3350434.
HSL color Cylindrical-coordinate representation of color #A21F33: hue angle of 350.84º 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 #A21F33 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 31 | 51 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.36 |
| HSL | 350.84º | 0.68% | 0.38% | - |
| HSV(B) | 350.84º | 0.81% | 0.64% | - |
| XYZ | 15.99 | 8.9 | 4.01 | - |
| YUV | 72.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 51 | 0 | 0.81 | 0.69 | 0.36 | 350.84 | 0.68 | 0.38 |
| Hex | A2 | 1F | 33 | 0 | 51 | 45 | 24 | 15F | 44 | 26 |
| Octal | 242 | 37 | 63 | 0 | 121 | 105 | 44 | 537 | 104 | 46 |
| Binary | 10100010 | 11111 | 110011 | 0 | 1010001 | 1000101 | 100100 | 101011111 | 1000100 | 100110 |
Color Harmonies of #A21F33
Complementary color
Monochromatic Colors of #A21F33
Black with #A21F33
Text Example
Text Example
White with #A21F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21F33; }
p { color: rgb(162,31,51); }
H1.HeaderClassName
{
color: #A21F33;
}
.AnyTagClassName
{
color: #A21F33;
}
</style>
background-color css
<style>
a { background-color: #A21F33; }
a { background-color: rgb(162,31,51); }
div.DivClassName
{
background-color: #A21F33;
}
.BgClassName
{
background-color: #A21F33;
}
</style>
border-color css
<style>
span { border-color: #A21F33; }
span { border-color: rgb(162,31,51); }
td.TdClassName
{
border-color: #A21F33;
}
.TagClassName
{
border-color: #A21F33;
}
</style>