Shades of Bright Red #A21135
Tints of Bright Red #A21135
RGB
CMYK
RGB Variations
Color information
#A21135 (or 0xA21135) is known color: Bright Red. HEX triplet: A2, 11 and 35. RGB value is (162,17,53). Sum of RGB (Red+Green+Blue) = 162+17+53=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A21135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21135 is #5DEECA. Grayscale: #404040. Windows color (decimal): -6155979 or 3477922. OLE color: 3477922.
HSL color Cylindrical-coordinate representation of color #A21135: hue angle of 345.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21135 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 53 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.36 |
| HSL | 345.1º | 0.81% | 0.35% | - |
| HSV(B) | 345.1º | 0.9% | 0.64% | - |
| XYZ | 15.74 | 8.34 | 4.15 | - |
| YUV | 64.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 53 | 0 | 0.90 | 0.67 | 0.36 | 345.1 | 0.81 | 0.35 |
| Hex | A2 | 11 | 35 | 0 | 5A | 43 | 24 | 159 | 51 | 23 |
| Octal | 242 | 21 | 65 | 0 | 132 | 103 | 44 | 531 | 121 | 43 |
| Binary | 10100010 | 10001 | 110101 | 0 | 1011010 | 1000011 | 100100 | 101011001 | 1010001 | 100011 |
Color Harmonies of #A21135
Complementary color
Monochromatic Colors of #A21135
Black with #A21135
Text Example
Text Example
White with #A21135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21135; }
p { color: rgb(162,17,53); }
H1.HeaderClassName
{
color: #A21135;
}
.AnyTagClassName
{
color: #A21135;
}
</style>
background-color css
<style>
a { background-color: #A21135; }
a { background-color: rgb(162,17,53); }
div.DivClassName
{
background-color: #A21135;
}
.BgClassName
{
background-color: #A21135;
}
</style>
border-color css
<style>
span { border-color: #A21135; }
span { border-color: rgb(162,17,53); }
td.TdClassName
{
border-color: #A21135;
}
.TagClassName
{
border-color: #A21135;
}
</style>