Shades of Bright Red #A21728
Tints of Bright Red #A21728
RGB
CMYK
RGB Variations
Color information
#A21728 (or 0xA21728) is known color: Bright Red. HEX triplet: A2, 17 and 28. RGB value is (162,23,40). Sum of RGB (Red+Green+Blue) = 162+23+40=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A21728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21728 is #5DE8D7. Grayscale: #424242. Windows color (decimal): -6154456 or 2627490. OLE color: 2627490.
HSL color Cylindrical-coordinate representation of color #A21728: hue angle of 352.66º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21728 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 40 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.36 |
| HSL | 352.66º | 0.75% | 0.36% | - |
| HSV(B) | 352.66º | 0.86% | 0.64% | - |
| XYZ | 15.59 | 8.45 | 2.82 | - |
| YUV | 66.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 40 | 0 | 0.86 | 0.75 | 0.36 | 352.66 | 0.75 | 0.36 |
| Hex | A2 | 17 | 28 | 0 | 56 | 4B | 24 | 161 | 4B | 24 |
| Octal | 242 | 27 | 50 | 0 | 126 | 113 | 44 | 541 | 113 | 44 |
| Binary | 10100010 | 10111 | 101000 | 0 | 1010110 | 1001011 | 100100 | 101100001 | 1001011 | 100100 |
Color Harmonies of #A21728
Complementary color
Monochromatic Colors of #A21728
Black with #A21728
Text Example
Text Example
White with #A21728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21728; }
p { color: rgb(162,23,40); }
H1.HeaderClassName
{
color: #A21728;
}
.AnyTagClassName
{
color: #A21728;
}
</style>
background-color css
<style>
a { background-color: #A21728; }
a { background-color: rgb(162,23,40); }
div.DivClassName
{
background-color: #A21728;
}
.BgClassName
{
background-color: #A21728;
}
</style>
border-color css
<style>
span { border-color: #A21728; }
span { border-color: rgb(162,23,40); }
td.TdClassName
{
border-color: #A21728;
}
.TagClassName
{
border-color: #A21728;
}
</style>