Shades of Bright Red #A11D2D
Tints of Bright Red #A11D2D
RGB
CMYK
RGB Variations
Color information
#A11D2D (or 0xA11D2D) is known color: Bright Red. HEX triplet: A1, 1D and 2D. RGB value is (161,29,45). Sum of RGB (Red+Green+Blue) = 161+29+45=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D2D is #5EE2D2. Grayscale: #464646. Windows color (decimal): -6218451 or 2956705. OLE color: 2956705.
HSL color Cylindrical-coordinate representation of color #A11D2D: hue angle of 352.73º 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 #A11D2D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 45 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.37 |
| HSL | 352.73º | 0.69% | 0.37% | - |
| HSV(B) | 352.73º | 0.82% | 0.63% | - |
| XYZ | 15.61 | 8.65 | 3.33 | - |
| YUV | 70.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 45 | 0 | 0.82 | 0.72 | 0.37 | 352.73 | 0.69 | 0.37 |
| Hex | A1 | 1D | 2D | 0 | 52 | 48 | 25 | 161 | 45 | 25 |
| Octal | 241 | 35 | 55 | 0 | 122 | 110 | 45 | 541 | 105 | 45 |
| Binary | 10100001 | 11101 | 101101 | 0 | 1010010 | 1001000 | 100101 | 101100001 | 1000101 | 100101 |
Color Harmonies of #A11D2D
Complementary color
Monochromatic Colors of #A11D2D
Black with #A11D2D
Text Example
Text Example
White with #A11D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D2D; }
p { color: rgb(161,29,45); }
H1.HeaderClassName
{
color: #A11D2D;
}
.AnyTagClassName
{
color: #A11D2D;
}
</style>
background-color css
<style>
a { background-color: #A11D2D; }
a { background-color: rgb(161,29,45); }
div.DivClassName
{
background-color: #A11D2D;
}
.BgClassName
{
background-color: #A11D2D;
}
</style>
border-color css
<style>
span { border-color: #A11D2D; }
span { border-color: rgb(161,29,45); }
td.TdClassName
{
border-color: #A11D2D;
}
.TagClassName
{
border-color: #A11D2D;
}
</style>