Shades of Burnt Crimson #571115
Tints of Burnt Crimson #571115
RGB
CMYK
RGB Variations
Color information
#571115 (or 0x571115) is known color: Burnt Crimson. HEX triplet: 57, 11 and 15. RGB value is (87,17,21). Sum of RGB (Red+Green+Blue) = 87+17+21=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571115 is #A8EEEA. Grayscale: #262626. Windows color (decimal): -11071211 or 1380695. OLE color: 1380695.
HSL color Cylindrical-coordinate representation of color #571115: hue angle of 356.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571115 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 21 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.66 |
| HSL | 356.57º | 0.67% | 0.2% | - |
| HSV(B) | 356.57º | 0.8% | 0.34% | - |
| XYZ | 4.27 | 2.48 | 0.96 | - |
| YUV | 38.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 21 | 0 | 0.80 | 0.76 | 0.66 | 356.57 | 0.67 | 0.2 |
| Hex | 57 | 11 | 15 | 0 | 50 | 4C | 42 | 165 | 43 | 14 |
| Octal | 127 | 21 | 25 | 0 | 120 | 114 | 102 | 545 | 103 | 24 |
| Binary | 1010111 | 10001 | 10101 | 0 | 1010000 | 1001100 | 1000010 | 101100101 | 1000011 | 10100 |
Color Harmonies of #571115
Complementary color
Monochromatic Colors of #571115
Black with #571115
Text Example
Text Example
White with #571115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571115; }
p { color: rgb(87,17,21); }
H1.HeaderClassName
{
color: #571115;
}
.AnyTagClassName
{
color: #571115;
}
</style>
background-color css
<style>
a { background-color: #571115; }
a { background-color: rgb(87,17,21); }
div.DivClassName
{
background-color: #571115;
}
.BgClassName
{
background-color: #571115;
}
</style>
border-color css
<style>
span { border-color: #571115; }
span { border-color: rgb(87,17,21); }
td.TdClassName
{
border-color: #571115;
}
.TagClassName
{
border-color: #571115;
}
</style>