Shades of Bright Red #A1213B
Tints of Bright Red #A1213B
RGB
CMYK
RGB Variations
Color information
#A1213B (or 0xA1213B) is known color: Bright Red. HEX triplet: A1, 21 and 3B. RGB value is (161,33,59). Sum of RGB (Red+Green+Blue) = 161+33+59=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1213B is #5EDEC4. Grayscale: #4A4A4A. Windows color (decimal): -6217413 or 3875233. OLE color: 3875233.
HSL color Cylindrical-coordinate representation of color #A1213B: hue angle of 347.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1213B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 59 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.37 |
| HSL | 347.81º | 0.66% | 0.38% | - |
| HSV(B) | 347.81º | 0.8% | 0.63% | - |
| XYZ | 16.03 | 8.98 | 5.03 | - |
| YUV | 74.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 59 | 0 | 0.80 | 0.63 | 0.37 | 347.81 | 0.66 | 0.38 |
| Hex | A1 | 21 | 3B | 0 | 50 | 3F | 25 | 15C | 42 | 26 |
| Octal | 241 | 41 | 73 | 0 | 120 | 77 | 45 | 534 | 102 | 46 |
| Binary | 10100001 | 100001 | 111011 | 0 | 1010000 | 111111 | 100101 | 101011100 | 1000010 | 100110 |
Color Harmonies of #A1213B
Complementary color
Monochromatic Colors of #A1213B
Black with #A1213B
Text Example
Text Example
White with #A1213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1213B; }
p { color: rgb(161,33,59); }
H1.HeaderClassName
{
color: #A1213B;
}
.AnyTagClassName
{
color: #A1213B;
}
</style>
background-color css
<style>
a { background-color: #A1213B; }
a { background-color: rgb(161,33,59); }
div.DivClassName
{
background-color: #A1213B;
}
.BgClassName
{
background-color: #A1213B;
}
</style>
border-color css
<style>
span { border-color: #A1213B; }
span { border-color: rgb(161,33,59); }
td.TdClassName
{
border-color: #A1213B;
}
.TagClassName
{
border-color: #A1213B;
}
</style>