Shades of Bright Red #A11A1D
Tints of Bright Red #A11A1D
RGB
CMYK
RGB Variations
Color information
#A11A1D (or 0xA11A1D) is known color: Bright Red. HEX triplet: A1, 1A and 1D. RGB value is (161,26,29). Sum of RGB (Red+Green+Blue) = 161+26+29=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A1D is #5EE5E2. Grayscale: #424242. Windows color (decimal): -6219235 or 1907361. OLE color: 1907361.
HSL color Cylindrical-coordinate representation of color #A11A1D: hue angle of 358.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A1D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 29 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.37 |
| HSL | 358.67º | 0.72% | 0.37% | - |
| HSV(B) | 358.67º | 0.84% | 0.63% | - |
| XYZ | 15.29 | 8.4 | 1.98 | - |
| YUV | 66.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 29 | 0 | 0.84 | 0.82 | 0.37 | 358.67 | 0.72 | 0.37 |
| Hex | A1 | 1A | 1D | 0 | 54 | 52 | 25 | 167 | 48 | 25 |
| Octal | 241 | 32 | 35 | 0 | 124 | 122 | 45 | 547 | 110 | 45 |
| Binary | 10100001 | 11010 | 11101 | 0 | 1010100 | 1010010 | 100101 | 101100111 | 1001000 | 100101 |
Color Harmonies of #A11A1D
Complementary color
Monochromatic Colors of #A11A1D
Black with #A11A1D
Text Example
Text Example
White with #A11A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A1D; }
p { color: rgb(161,26,29); }
H1.HeaderClassName
{
color: #A11A1D;
}
.AnyTagClassName
{
color: #A11A1D;
}
</style>
background-color css
<style>
a { background-color: #A11A1D; }
a { background-color: rgb(161,26,29); }
div.DivClassName
{
background-color: #A11A1D;
}
.BgClassName
{
background-color: #A11A1D;
}
</style>
border-color css
<style>
span { border-color: #A11A1D; }
span { border-color: rgb(161,26,29); }
td.TdClassName
{
border-color: #A11A1D;
}
.TagClassName
{
border-color: #A11A1D;
}
</style>