Shades of Bright Red #A1223E
Tints of Bright Red #A1223E
RGB
CMYK
RGB Variations
Color information
#A1223E (or 0xA1223E) is known color: Bright Red. HEX triplet: A1, 22 and 3E. RGB value is (161,34,62). Sum of RGB (Red+Green+Blue) = 161+34+62=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A1223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1223E is #5EDDC1. Grayscale: #4B4B4B. Windows color (decimal): -6217154 or 4072097. OLE color: 4072097.
HSL color Cylindrical-coordinate representation of color #A1223E: hue angle of 346.77º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1223E is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 62 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.37 |
| HSL | 346.77º | 0.65% | 0.38% | - |
| HSV(B) | 346.77º | 0.79% | 0.63% | - |
| XYZ | 16.14 | 9.07 | 5.46 | - |
| YUV | 75.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 62 | 0 | 0.79 | 0.61 | 0.37 | 346.77 | 0.65 | 0.38 |
| Hex | A1 | 22 | 3E | 0 | 4F | 3D | 25 | 15B | 41 | 26 |
| Octal | 241 | 42 | 76 | 0 | 117 | 75 | 45 | 533 | 101 | 46 |
| Binary | 10100001 | 100010 | 111110 | 0 | 1001111 | 111101 | 100101 | 101011011 | 1000001 | 100110 |
Color Harmonies of #A1223E
Complementary color
Monochromatic Colors of #A1223E
Black with #A1223E
Text Example
Text Example
White with #A1223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1223E; }
p { color: rgb(161,34,62); }
H1.HeaderClassName
{
color: #A1223E;
}
.AnyTagClassName
{
color: #A1223E;
}
</style>
background-color css
<style>
a { background-color: #A1223E; }
a { background-color: rgb(161,34,62); }
div.DivClassName
{
background-color: #A1223E;
}
.BgClassName
{
background-color: #A1223E;
}
</style>
border-color css
<style>
span { border-color: #A1223E; }
span { border-color: rgb(161,34,62); }
td.TdClassName
{
border-color: #A1223E;
}
.TagClassName
{
border-color: #A1223E;
}
</style>