Shades of Burnt Crimson #551115
Tints of Burnt Crimson #551115
RGB
CMYK
RGB Variations
Color information
#551115 (or 0x551115) is known color: Burnt Crimson. HEX triplet: 55, 11 and 15. RGB value is (85,17,21). Sum of RGB (Red+Green+Blue) = 85+17+21=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551115 is #AAEEEA. Grayscale: #252525. Windows color (decimal): -11202283 or 1380693. OLE color: 1380693.
HSL color Cylindrical-coordinate representation of color #551115: hue angle of 356.47º 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 #551115 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 21 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.67 |
| HSL | 356.47º | 0.67% | 0.2% | - |
| HSV(B) | 356.47º | 0.8% | 0.33% | - |
| XYZ | 4.08 | 2.39 | 0.95 | - |
| YUV | 37.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 21 | 0 | 0.80 | 0.75 | 0.67 | 356.47 | 0.67 | 0.2 |
| Hex | 55 | 11 | 15 | 0 | 50 | 4B | 43 | 164 | 43 | 14 |
| Octal | 125 | 21 | 25 | 0 | 120 | 113 | 103 | 544 | 103 | 24 |
| Binary | 1010101 | 10001 | 10101 | 0 | 1010000 | 1001011 | 1000011 | 101100100 | 1000011 | 10100 |
Color Harmonies of #551115
Complementary color
Monochromatic Colors of #551115
Black with #551115
Text Example
Text Example
White with #551115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551115; }
p { color: rgb(85,17,21); }
H1.HeaderClassName
{
color: #551115;
}
.AnyTagClassName
{
color: #551115;
}
</style>
background-color css
<style>
a { background-color: #551115; }
a { background-color: rgb(85,17,21); }
div.DivClassName
{
background-color: #551115;
}
.BgClassName
{
background-color: #551115;
}
</style>
border-color css
<style>
span { border-color: #551115; }
span { border-color: rgb(85,17,21); }
td.TdClassName
{
border-color: #551115;
}
.TagClassName
{
border-color: #551115;
}
</style>