Shades of Bright Red #A1222E
Tints of Bright Red #A1222E
RGB
CMYK
RGB Variations
Color information
#A1222E (or 0xA1222E) is known color: Bright Red. HEX triplet: A1, 22 and 2E. RGB value is (161,34,46). Sum of RGB (Red+Green+Blue) = 161+34+46=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1222E is #5EDDD1. Grayscale: #494949. Windows color (decimal): -6217170 or 3023521. OLE color: 3023521.
HSL color Cylindrical-coordinate representation of color #A1222E: hue angle of 354.33º 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 #A1222E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 46 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.37 |
| HSL | 354.33º | 0.65% | 0.38% | - |
| HSV(B) | 354.33º | 0.79% | 0.63% | - |
| XYZ | 15.76 | 8.92 | 3.48 | - |
| YUV | 73.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 46 | 0 | 0.79 | 0.71 | 0.37 | 354.33 | 0.65 | 0.38 |
| Hex | A1 | 22 | 2E | 0 | 4F | 47 | 25 | 162 | 41 | 26 |
| Octal | 241 | 42 | 56 | 0 | 117 | 107 | 45 | 542 | 101 | 46 |
| Binary | 10100001 | 100010 | 101110 | 0 | 1001111 | 1000111 | 100101 | 101100010 | 1000001 | 100110 |
Color Harmonies of #A1222E
Complementary color
Monochromatic Colors of #A1222E
Black with #A1222E
Text Example
Text Example
White with #A1222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1222E; }
p { color: rgb(161,34,46); }
H1.HeaderClassName
{
color: #A1222E;
}
.AnyTagClassName
{
color: #A1222E;
}
</style>
background-color css
<style>
a { background-color: #A1222E; }
a { background-color: rgb(161,34,46); }
div.DivClassName
{
background-color: #A1222E;
}
.BgClassName
{
background-color: #A1222E;
}
</style>
border-color css
<style>
span { border-color: #A1222E; }
span { border-color: rgb(161,34,46); }
td.TdClassName
{
border-color: #A1222E;
}
.TagClassName
{
border-color: #A1222E;
}
</style>