Shades of Burnt Crimson #551112
Tints of Burnt Crimson #551112
RGB
CMYK
RGB Variations
Color information
#551112 (or 0x551112) is known color: Burnt Crimson. HEX triplet: 55, 11 and 12. RGB value is (85,17,18). Sum of RGB (Red+Green+Blue) = 85+17+18=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #551112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551112 is #AAEEED. Grayscale: #252525. Windows color (decimal): -11202286 or 1184085. OLE color: 1184085.
HSL color Cylindrical-coordinate representation of color #551112: hue angle of 359.12º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551112 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 18 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.67 |
| HSL | 359.12º | 0.67% | 0.2% | - |
| HSV(B) | 359.12º | 0.8% | 0.33% | - |
| XYZ | 4.06 | 2.38 | 0.82 | - |
| YUV | 37.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 18 | 0 | 0.80 | 0.79 | 0.67 | 359.12 | 0.67 | 0.2 |
| Hex | 55 | 11 | 12 | 0 | 50 | 4F | 43 | 167 | 43 | 14 |
| Octal | 125 | 21 | 22 | 0 | 120 | 117 | 103 | 547 | 103 | 24 |
| Binary | 1010101 | 10001 | 10010 | 0 | 1010000 | 1001111 | 1000011 | 101100111 | 1000011 | 10100 |
Color Harmonies of #551112
Complementary color
Monochromatic Colors of #551112
Black with #551112
Text Example
Text Example
White with #551112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551112; }
p { color: rgb(85,17,18); }
H1.HeaderClassName
{
color: #551112;
}
.AnyTagClassName
{
color: #551112;
}
</style>
background-color css
<style>
a { background-color: #551112; }
a { background-color: rgb(85,17,18); }
div.DivClassName
{
background-color: #551112;
}
.BgClassName
{
background-color: #551112;
}
</style>
border-color css
<style>
span { border-color: #551112; }
span { border-color: rgb(85,17,18); }
td.TdClassName
{
border-color: #551112;
}
.TagClassName
{
border-color: #551112;
}
</style>