Shades of Bright Red #A22541
Tints of Bright Red #A22541
RGB
CMYK
RGB Variations
Color information
#A22541 (or 0xA22541) is known color: Bright Red. HEX triplet: A2, 25 and 41. RGB value is (162,37,65). Sum of RGB (Red+Green+Blue) = 162+37+65=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A22541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22541 is #5DDABE. Grayscale: #4D4D4D. Windows color (decimal): -6150847 or 4269474. OLE color: 4269474.
HSL color Cylindrical-coordinate representation of color #A22541: hue angle of 346.56º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22541 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 65 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.36 |
| HSL | 346.56º | 0.63% | 0.39% | - |
| HSV(B) | 346.56º | 0.77% | 0.64% | - |
| XYZ | 16.52 | 9.39 | 5.94 | - |
| YUV | 77.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 65 | 0 | 0.77 | 0.60 | 0.36 | 346.56 | 0.63 | 0.39 |
| Hex | A2 | 25 | 41 | 0 | 4D | 3C | 24 | 15B | 3F | 27 |
| Octal | 242 | 45 | 101 | 0 | 115 | 74 | 44 | 533 | 77 | 47 |
| Binary | 10100010 | 100101 | 1000001 | 0 | 1001101 | 111100 | 100100 | 101011011 | 111111 | 100111 |
Color Harmonies of #A22541
Complementary color
Monochromatic Colors of #A22541
Black with #A22541
Text Example
Text Example
White with #A22541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22541; }
p { color: rgb(162,37,65); }
H1.HeaderClassName
{
color: #A22541;
}
.AnyTagClassName
{
color: #A22541;
}
</style>
background-color css
<style>
a { background-color: #A22541; }
a { background-color: rgb(162,37,65); }
div.DivClassName
{
background-color: #A22541;
}
.BgClassName
{
background-color: #A22541;
}
</style>
border-color css
<style>
span { border-color: #A22541; }
span { border-color: rgb(162,37,65); }
td.TdClassName
{
border-color: #A22541;
}
.TagClassName
{
border-color: #A22541;
}
</style>