Shades of Bright Red #A11D3D
Tints of Bright Red #A11D3D
RGB
CMYK
RGB Variations
Color information
#A11D3D (or 0xA11D3D) is known color: Bright Red. HEX triplet: A1, 1D and 3D. RGB value is (161,29,61). Sum of RGB (Red+Green+Blue) = 161+29+61=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D3D is #5EE2C2. Grayscale: #484848. Windows color (decimal): -6218435 or 4005281. OLE color: 4005281.
HSL color Cylindrical-coordinate representation of color #A11D3D: hue angle of 345.45º 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 #A11D3D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 61 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.37 |
| HSL | 345.45º | 0.69% | 0.37% | - |
| HSV(B) | 345.45º | 0.82% | 0.63% | - |
| XYZ | 15.98 | 8.79 | 5.27 | - |
| YUV | 72.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 61 | 0 | 0.82 | 0.62 | 0.37 | 345.45 | 0.69 | 0.37 |
| Hex | A1 | 1D | 3D | 0 | 52 | 3E | 25 | 159 | 45 | 25 |
| Octal | 241 | 35 | 75 | 0 | 122 | 76 | 45 | 531 | 105 | 45 |
| Binary | 10100001 | 11101 | 111101 | 0 | 1010010 | 111110 | 100101 | 101011001 | 1000101 | 100101 |
Color Harmonies of #A11D3D
Complementary color
Monochromatic Colors of #A11D3D
Black with #A11D3D
Text Example
Text Example
White with #A11D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D3D; }
p { color: rgb(161,29,61); }
H1.HeaderClassName
{
color: #A11D3D;
}
.AnyTagClassName
{
color: #A11D3D;
}
</style>
background-color css
<style>
a { background-color: #A11D3D; }
a { background-color: rgb(161,29,61); }
div.DivClassName
{
background-color: #A11D3D;
}
.BgClassName
{
background-color: #A11D3D;
}
</style>
border-color css
<style>
span { border-color: #A11D3D; }
span { border-color: rgb(161,29,61); }
td.TdClassName
{
border-color: #A11D3D;
}
.TagClassName
{
border-color: #A11D3D;
}
</style>