Shades of Bright Red #A11D1F
Tints of Bright Red #A11D1F
RGB
CMYK
RGB Variations
Color information
#A11D1F (or 0xA11D1F) is known color: Bright Red. HEX triplet: A1, 1D and 1F. RGB value is (161,29,31). Sum of RGB (Red+Green+Blue) = 161+29+31=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D1F is #5EE2E0. Grayscale: #444444. Windows color (decimal): -6218465 or 2039201. OLE color: 2039201.
HSL color Cylindrical-coordinate representation of color #A11D1F: hue angle of 359.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D1F is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 31 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.37 |
| HSL | 359.09º | 0.69% | 0.37% | - |
| HSV(B) | 359.09º | 0.82% | 0.63% | - |
| XYZ | 15.38 | 8.55 | 2.14 | - |
| YUV | 68.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 31 | 0 | 0.82 | 0.81 | 0.37 | 359.09 | 0.69 | 0.37 |
| Hex | A1 | 1D | 1F | 0 | 52 | 51 | 25 | 167 | 45 | 25 |
| Octal | 241 | 35 | 37 | 0 | 122 | 121 | 45 | 547 | 105 | 45 |
| Binary | 10100001 | 11101 | 11111 | 0 | 1010010 | 1010001 | 100101 | 101100111 | 1000101 | 100101 |
Color Harmonies of #A11D1F
Complementary color
Monochromatic Colors of #A11D1F
Black with #A11D1F
Text Example
Text Example
White with #A11D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D1F; }
p { color: rgb(161,29,31); }
H1.HeaderClassName
{
color: #A11D1F;
}
.AnyTagClassName
{
color: #A11D1F;
}
</style>
background-color css
<style>
a { background-color: #A11D1F; }
a { background-color: rgb(161,29,31); }
div.DivClassName
{
background-color: #A11D1F;
}
.BgClassName
{
background-color: #A11D1F;
}
</style>
border-color css
<style>
span { border-color: #A11D1F; }
span { border-color: rgb(161,29,31); }
td.TdClassName
{
border-color: #A11D1F;
}
.TagClassName
{
border-color: #A11D1F;
}
</style>