Shades of Bright Red #A21825
Tints of Bright Red #A21825
RGB
CMYK
RGB Variations
Color information
#A21825 (or 0xA21825) is known color: Bright Red. HEX triplet: A2, 18 and 25. RGB value is (162,24,37). Sum of RGB (Red+Green+Blue) = 162+24+37=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A21825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21825 is #5DE7DA. Grayscale: #424242. Windows color (decimal): -6154203 or 2431138. OLE color: 2431138.
HSL color Cylindrical-coordinate representation of color #A21825: hue angle of 354.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21825 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 37 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.36 |
| HSL | 354.35º | 0.74% | 0.36% | - |
| HSV(B) | 354.35º | 0.85% | 0.64% | - |
| XYZ | 15.56 | 8.47 | 2.56 | - |
| YUV | 66.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 37 | 0 | 0.85 | 0.77 | 0.36 | 354.35 | 0.74 | 0.36 |
| Hex | A2 | 18 | 25 | 0 | 55 | 4D | 24 | 162 | 4A | 24 |
| Octal | 242 | 30 | 45 | 0 | 125 | 115 | 44 | 542 | 112 | 44 |
| Binary | 10100010 | 11000 | 100101 | 0 | 1010101 | 1001101 | 100100 | 101100010 | 1001010 | 100100 |
Color Harmonies of #A21825
Complementary color
Monochromatic Colors of #A21825
Black with #A21825
Text Example
Text Example
White with #A21825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21825; }
p { color: rgb(162,24,37); }
H1.HeaderClassName
{
color: #A21825;
}
.AnyTagClassName
{
color: #A21825;
}
</style>
background-color css
<style>
a { background-color: #A21825; }
a { background-color: rgb(162,24,37); }
div.DivClassName
{
background-color: #A21825;
}
.BgClassName
{
background-color: #A21825;
}
</style>
border-color css
<style>
span { border-color: #A21825; }
span { border-color: rgb(162,24,37); }
td.TdClassName
{
border-color: #A21825;
}
.TagClassName
{
border-color: #A21825;
}
</style>