Shades of Bright Red #A1242F
Tints of Bright Red #A1242F
RGB
CMYK
RGB Variations
Color information
#A1242F (or 0xA1242F) is known color: Bright Red. HEX triplet: A1, 24 and 2F. RGB value is (161,36,47). Sum of RGB (Red+Green+Blue) = 161+36+47=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1242F is #5EDBD0. Grayscale: #4A4A4A. Windows color (decimal): -6216657 or 3089569. OLE color: 3089569.
HSL color Cylindrical-coordinate representation of color #A1242F: hue angle of 354.72º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1242F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 47 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.37 |
| HSL | 354.72º | 0.63% | 0.39% | - |
| HSV(B) | 354.72º | 0.78% | 0.63% | - |
| XYZ | 15.84 | 9.04 | 3.6 | - |
| YUV | 74.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 47 | 0 | 0.78 | 0.71 | 0.37 | 354.72 | 0.63 | 0.39 |
| Hex | A1 | 24 | 2F | 0 | 4E | 47 | 25 | 163 | 3F | 27 |
| Octal | 241 | 44 | 57 | 0 | 116 | 107 | 45 | 543 | 77 | 47 |
| Binary | 10100001 | 100100 | 101111 | 0 | 1001110 | 1000111 | 100101 | 101100011 | 111111 | 100111 |
Color Harmonies of #A1242F
Complementary color
Monochromatic Colors of #A1242F
Black with #A1242F
Text Example
Text Example
White with #A1242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1242F; }
p { color: rgb(161,36,47); }
H1.HeaderClassName
{
color: #A1242F;
}
.AnyTagClassName
{
color: #A1242F;
}
</style>
background-color css
<style>
a { background-color: #A1242F; }
a { background-color: rgb(161,36,47); }
div.DivClassName
{
background-color: #A1242F;
}
.BgClassName
{
background-color: #A1242F;
}
</style>
border-color css
<style>
span { border-color: #A1242F; }
span { border-color: rgb(161,36,47); }
td.TdClassName
{
border-color: #A1242F;
}
.TagClassName
{
border-color: #A1242F;
}
</style>