Shades of Bright Red #A11537
Tints of Bright Red #A11537
RGB
CMYK
RGB Variations
Color information
#A11537 (or 0xA11537) is known color: Bright Red. HEX triplet: A1, 15 and 37. RGB value is (161,21,55). Sum of RGB (Red+Green+Blue) = 161+21+55=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A11537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11537 is #5EEAC8. Grayscale: #424242. Windows color (decimal): -6220489 or 3610017. OLE color: 3610017.
HSL color Cylindrical-coordinate representation of color #A11537: hue angle of 345.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11537 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 55 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.37 |
| HSL | 345.43º | 0.77% | 0.36% | - |
| HSV(B) | 345.43º | 0.87% | 0.63% | - |
| XYZ | 15.66 | 8.39 | 4.41 | - |
| YUV | 66.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 55 | 0 | 0.87 | 0.66 | 0.37 | 345.43 | 0.77 | 0.36 |
| Hex | A1 | 15 | 37 | 0 | 57 | 42 | 25 | 159 | 4D | 24 |
| Octal | 241 | 25 | 67 | 0 | 127 | 102 | 45 | 531 | 115 | 44 |
| Binary | 10100001 | 10101 | 110111 | 0 | 1010111 | 1000010 | 100101 | 101011001 | 1001101 | 100100 |
Color Harmonies of #A11537
Complementary color
Monochromatic Colors of #A11537
Black with #A11537
Text Example
Text Example
White with #A11537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11537; }
p { color: rgb(161,21,55); }
H1.HeaderClassName
{
color: #A11537;
}
.AnyTagClassName
{
color: #A11537;
}
</style>
background-color css
<style>
a { background-color: #A11537; }
a { background-color: rgb(161,21,55); }
div.DivClassName
{
background-color: #A11537;
}
.BgClassName
{
background-color: #A11537;
}
</style>
border-color css
<style>
span { border-color: #A11537; }
span { border-color: rgb(161,21,55); }
td.TdClassName
{
border-color: #A11537;
}
.TagClassName
{
border-color: #A11537;
}
</style>