Shades of Burnt Crimson #571112
Tints of Burnt Crimson #571112
RGB
CMYK
RGB Variations
Color information
#571112 (or 0x571112) is known color: Burnt Crimson. HEX triplet: 57, 11 and 12. RGB value is (87,17,18). Sum of RGB (Red+Green+Blue) = 87+17+18=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #571112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571112 is #A8EEED. Grayscale: #262626. Windows color (decimal): -11071214 or 1184087. OLE color: 1184087.
HSL color Cylindrical-coordinate representation of color #571112: hue angle of 359.14º 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 #571112 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 18 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.66 |
| HSL | 359.14º | 0.67% | 0.2% | - |
| HSV(B) | 359.14º | 0.8% | 0.34% | - |
| XYZ | 4.24 | 2.47 | 0.83 | - |
| YUV | 38.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 18 | 0 | 0.80 | 0.79 | 0.66 | 359.14 | 0.67 | 0.2 |
| Hex | 57 | 11 | 12 | 0 | 50 | 4F | 42 | 167 | 43 | 14 |
| Octal | 127 | 21 | 22 | 0 | 120 | 117 | 102 | 547 | 103 | 24 |
| Binary | 1010111 | 10001 | 10010 | 0 | 1010000 | 1001111 | 1000010 | 101100111 | 1000011 | 10100 |
Color Harmonies of #571112
Complementary color
Monochromatic Colors of #571112
Black with #571112
Text Example
Text Example
White with #571112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571112; }
p { color: rgb(87,17,18); }
H1.HeaderClassName
{
color: #571112;
}
.AnyTagClassName
{
color: #571112;
}
</style>
background-color css
<style>
a { background-color: #571112; }
a { background-color: rgb(87,17,18); }
div.DivClassName
{
background-color: #571112;
}
.BgClassName
{
background-color: #571112;
}
</style>
border-color css
<style>
span { border-color: #571112; }
span { border-color: rgb(87,17,18); }
td.TdClassName
{
border-color: #571112;
}
.TagClassName
{
border-color: #571112;
}
</style>