Shades of Bright Red #A11F28
Tints of Bright Red #A11F28
RGB
CMYK
RGB Variations
Color information
#A11F28 (or 0xA11F28) is known color: Bright Red. HEX triplet: A1, 1F and 28. RGB value is (161,31,40). Sum of RGB (Red+Green+Blue) = 161+31+40=232 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.40% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F28 is #5EE0D7. Grayscale: #464646. Windows color (decimal): -6217944 or 2629537. OLE color: 2629537.
HSL color Cylindrical-coordinate representation of color #A11F28: hue angle of 355.85º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F28 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 40 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.37 |
| HSL | 355.85º | 0.68% | 0.38% | - |
| HSV(B) | 355.85º | 0.81% | 0.63% | - |
| XYZ | 15.57 | 8.71 | 2.87 | - |
| YUV | 70.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 40 | 0 | 0.81 | 0.75 | 0.37 | 355.85 | 0.68 | 0.38 |
| Hex | A1 | 1F | 28 | 0 | 51 | 4B | 25 | 164 | 44 | 26 |
| Octal | 241 | 37 | 50 | 0 | 121 | 113 | 45 | 544 | 104 | 46 |
| Binary | 10100001 | 11111 | 101000 | 0 | 1010001 | 1001011 | 100101 | 101100100 | 1000100 | 100110 |
Color Harmonies of #A11F28
Complementary color
Monochromatic Colors of #A11F28
Black with #A11F28
Text Example
Text Example
White with #A11F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F28; }
p { color: rgb(161,31,40); }
H1.HeaderClassName
{
color: #A11F28;
}
.AnyTagClassName
{
color: #A11F28;
}
</style>
background-color css
<style>
a { background-color: #A11F28; }
a { background-color: rgb(161,31,40); }
div.DivClassName
{
background-color: #A11F28;
}
.BgClassName
{
background-color: #A11F28;
}
</style>
border-color css
<style>
span { border-color: #A11F28; }
span { border-color: rgb(161,31,40); }
td.TdClassName
{
border-color: #A11F28;
}
.TagClassName
{
border-color: #A11F28;
}
</style>