Shades of Bright Red #A21B35
Tints of Bright Red #A21B35
RGB
CMYK
RGB Variations
Color information
#A21B35 (or 0xA21B35) is known color: Bright Red. HEX triplet: A2, 1B and 35. RGB value is (162,27,53). Sum of RGB (Red+Green+Blue) = 162+27+53=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21B35 is #5DE4CA. Grayscale: #464646. Windows color (decimal): -6153419 or 3480482. OLE color: 3480482.
HSL color Cylindrical-coordinate representation of color #A21B35: hue angle of 348.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21B35 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 27 | 53 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.36 |
| HSL | 348.44º | 0.71% | 0.37% | - |
| HSV(B) | 348.44º | 0.83% | 0.64% | - |
| XYZ | 15.93 | 8.72 | 4.21 | - |
| YUV | 70.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 53 | 0 | 0.83 | 0.67 | 0.36 | 348.44 | 0.71 | 0.37 |
| Hex | A2 | 1B | 35 | 0 | 53 | 43 | 24 | 15C | 47 | 25 |
| Octal | 242 | 33 | 65 | 0 | 123 | 103 | 44 | 534 | 107 | 45 |
| Binary | 10100010 | 11011 | 110101 | 0 | 1010011 | 1000011 | 100100 | 101011100 | 1000111 | 100101 |
Color Harmonies of #A21B35
Complementary color
Monochromatic Colors of #A21B35
Black with #A21B35
Text Example
Text Example
White with #A21B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21B35; }
p { color: rgb(162,27,53); }
H1.HeaderClassName
{
color: #A21B35;
}
.AnyTagClassName
{
color: #A21B35;
}
</style>
background-color css
<style>
a { background-color: #A21B35; }
a { background-color: rgb(162,27,53); }
div.DivClassName
{
background-color: #A21B35;
}
.BgClassName
{
background-color: #A21B35;
}
</style>
border-color css
<style>
span { border-color: #A21B35; }
span { border-color: rgb(162,27,53); }
td.TdClassName
{
border-color: #A21B35;
}
.TagClassName
{
border-color: #A21B35;
}
</style>