Shades of Bright Red #A81921
Tints of Bright Red #A81921
RGB
CMYK
RGB Variations
Color information
#A81921 (or 0xA81921) is known color: Bright Red. HEX triplet: A8, 19 and 21. RGB value is (168,25,33). Sum of RGB (Red+Green+Blue) = 168+25+33=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A81921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81921 is #57E6DE. Grayscale: #444444. Windows color (decimal): -5760735 or 2169256. OLE color: 2169256.
HSL color Cylindrical-coordinate representation of color #A81921: hue angle of 356.64º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81921 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 33 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.34 |
| HSL | 356.64º | 0.74% | 0.38% | - |
| HSV(B) | 356.64º | 0.85% | 0.66% | - |
| XYZ | 16.77 | 9.13 | 2.32 | - |
| YUV | 68.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 33 | 0 | 0.85 | 0.80 | 0.34 | 356.64 | 0.74 | 0.38 |
| Hex | A8 | 19 | 21 | 0 | 55 | 50 | 22 | 165 | 4A | 26 |
| Octal | 250 | 31 | 41 | 0 | 125 | 120 | 42 | 545 | 112 | 46 |
| Binary | 10101000 | 11001 | 100001 | 0 | 1010101 | 1010000 | 100010 | 101100101 | 1001010 | 100110 |
Color Harmonies of #A81921
Complementary color
Monochromatic Colors of #A81921
Black with #A81921
Text Example
Text Example
White with #A81921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81921; }
p { color: rgb(168,25,33); }
H1.HeaderClassName
{
color: #A81921;
}
.AnyTagClassName
{
color: #A81921;
}
</style>
background-color css
<style>
a { background-color: #A81921; }
a { background-color: rgb(168,25,33); }
div.DivClassName
{
background-color: #A81921;
}
.BgClassName
{
background-color: #A81921;
}
</style>
border-color css
<style>
span { border-color: #A81921; }
span { border-color: rgb(168,25,33); }
td.TdClassName
{
border-color: #A81921;
}
.TagClassName
{
border-color: #A81921;
}
</style>