Shades of Bright Red #A0213F
Tints of Bright Red #A0213F
RGB
CMYK
RGB Variations
Color information
#A0213F (or 0xA0213F) is known color: Bright Red. HEX triplet: A0, 21 and 3F. RGB value is (160,33,63). Sum of RGB (Red+Green+Blue) = 160+33+63=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0213F is #5FDEC0. Grayscale: #4A4A4A. Windows color (decimal): -6282945 or 4137376. OLE color: 4137376.
HSL color Cylindrical-coordinate representation of color #A0213F: hue angle of 345.83º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0213F is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 63 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.37 |
| HSL | 345.83º | 0.66% | 0.38% | - |
| HSV(B) | 345.83º | 0.79% | 0.63% | - |
| XYZ | 15.94 | 8.92 | 5.58 | - |
| YUV | 74.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 63 | 0 | 0.79 | 0.61 | 0.37 | 345.83 | 0.66 | 0.38 |
| Hex | A0 | 21 | 3F | 0 | 4F | 3D | 25 | 15A | 42 | 26 |
| Octal | 240 | 41 | 77 | 0 | 117 | 75 | 45 | 532 | 102 | 46 |
| Binary | 10100000 | 100001 | 111111 | 0 | 1001111 | 111101 | 100101 | 101011010 | 1000010 | 100110 |
Color Harmonies of #A0213F
Complementary color
Monochromatic Colors of #A0213F
Black with #A0213F
Text Example
Text Example
White with #A0213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0213F; }
p { color: rgb(160,33,63); }
H1.HeaderClassName
{
color: #A0213F;
}
.AnyTagClassName
{
color: #A0213F;
}
</style>
background-color css
<style>
a { background-color: #A0213F; }
a { background-color: rgb(160,33,63); }
div.DivClassName
{
background-color: #A0213F;
}
.BgClassName
{
background-color: #A0213F;
}
</style>
border-color css
<style>
span { border-color: #A0213F; }
span { border-color: rgb(160,33,63); }
td.TdClassName
{
border-color: #A0213F;
}
.TagClassName
{
border-color: #A0213F;
}
</style>