Shades of Bright Red #A11D3C
Tints of Bright Red #A11D3C
RGB
CMYK
RGB Variations
Color information
#A11D3C (or 0xA11D3C) is known color: Bright Red. HEX triplet: A1, 1D and 3C. RGB value is (161,29,60). Sum of RGB (Red+Green+Blue) = 161+29+60=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D3C is #5EE2C3. Grayscale: #484848. Windows color (decimal): -6218436 or 3939745. OLE color: 3939745.
HSL color Cylindrical-coordinate representation of color #A11D3C: hue angle of 345.91º 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 #A11D3C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 60 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.37 |
| HSL | 345.91º | 0.69% | 0.37% | - |
| HSV(B) | 345.91º | 0.82% | 0.63% | - |
| XYZ | 15.95 | 8.78 | 5.13 | - |
| YUV | 72 | 121.23 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 60 | 0 | 0.82 | 0.63 | 0.37 | 345.91 | 0.69 | 0.37 |
| Hex | A1 | 1D | 3C | 0 | 52 | 3F | 25 | 15A | 45 | 25 |
| Octal | 241 | 35 | 74 | 0 | 122 | 77 | 45 | 532 | 105 | 45 |
| Binary | 10100001 | 11101 | 111100 | 0 | 1010010 | 111111 | 100101 | 101011010 | 1000101 | 100101 |
Color Harmonies of #A11D3C
Complementary color
Monochromatic Colors of #A11D3C
Black with #A11D3C
Text Example
Text Example
White with #A11D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D3C; }
p { color: rgb(161,29,60); }
H1.HeaderClassName
{
color: #A11D3C;
}
.AnyTagClassName
{
color: #A11D3C;
}
</style>
background-color css
<style>
a { background-color: #A11D3C; }
a { background-color: rgb(161,29,60); }
div.DivClassName
{
background-color: #A11D3C;
}
.BgClassName
{
background-color: #A11D3C;
}
</style>
border-color css
<style>
span { border-color: #A11D3C; }
span { border-color: rgb(161,29,60); }
td.TdClassName
{
border-color: #A11D3C;
}
.TagClassName
{
border-color: #A11D3C;
}
</style>