Shades of Bright Red #A1223C
Tints of Bright Red #A1223C
RGB
CMYK
RGB Variations
Color information
#A1223C (or 0xA1223C) is known color: Bright Red. HEX triplet: A1, 22 and 3C. RGB value is (161,34,60). Sum of RGB (Red+Green+Blue) = 161+34+60=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1223C is #5EDDC3. Grayscale: #4A4A4A. Windows color (decimal): -6217156 or 3941025. OLE color: 3941025.
HSL color Cylindrical-coordinate representation of color #A1223C: hue angle of 347.72º 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 #A1223C is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 60 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.37 |
| HSL | 347.72º | 0.65% | 0.38% | - |
| HSV(B) | 347.72º | 0.79% | 0.63% | - |
| XYZ | 16.09 | 9.05 | 5.17 | - |
| YUV | 74.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 60 | 0 | 0.79 | 0.63 | 0.37 | 347.72 | 0.65 | 0.38 |
| Hex | A1 | 22 | 3C | 0 | 4F | 3F | 25 | 15C | 41 | 26 |
| Octal | 241 | 42 | 74 | 0 | 117 | 77 | 45 | 534 | 101 | 46 |
| Binary | 10100001 | 100010 | 111100 | 0 | 1001111 | 111111 | 100101 | 101011100 | 1000001 | 100110 |
Color Harmonies of #A1223C
Complementary color
Monochromatic Colors of #A1223C
Black with #A1223C
Text Example
Text Example
White with #A1223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1223C; }
p { color: rgb(161,34,60); }
H1.HeaderClassName
{
color: #A1223C;
}
.AnyTagClassName
{
color: #A1223C;
}
</style>
background-color css
<style>
a { background-color: #A1223C; }
a { background-color: rgb(161,34,60); }
div.DivClassName
{
background-color: #A1223C;
}
.BgClassName
{
background-color: #A1223C;
}
</style>
border-color css
<style>
span { border-color: #A1223C; }
span { border-color: rgb(161,34,60); }
td.TdClassName
{
border-color: #A1223C;
}
.TagClassName
{
border-color: #A1223C;
}
</style>