Shades of Burnt Crimson #551014
Tints of Burnt Crimson #551014
RGB
CMYK
RGB Variations
Color information
#551014 (or 0x551014) is known color: Burnt Crimson. HEX triplet: 55, 10 and 14. RGB value is (85,16,20). Sum of RGB (Red+Green+Blue) = 85+16+20=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551014 is #AAEFEB. Grayscale: #252525. Windows color (decimal): -11202540 or 1314901. OLE color: 1314901.
HSL color Cylindrical-coordinate representation of color #551014: hue angle of 356.52º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551014 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 20 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.67 |
| HSL | 356.52º | 0.68% | 0.2% | - |
| HSV(B) | 356.52º | 0.81% | 0.33% | - |
| XYZ | 4.06 | 2.35 | 0.9 | - |
| YUV | 37.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 20 | 0 | 0.81 | 0.76 | 0.67 | 356.52 | 0.68 | 0.2 |
| Hex | 55 | 10 | 14 | 0 | 51 | 4C | 43 | 165 | 44 | 14 |
| Octal | 125 | 20 | 24 | 0 | 121 | 114 | 103 | 545 | 104 | 24 |
| Binary | 1010101 | 10000 | 10100 | 0 | 1010001 | 1001100 | 1000011 | 101100101 | 1000100 | 10100 |
Color Harmonies of #551014
Complementary color
Monochromatic Colors of #551014
Black with #551014
Text Example
Text Example
White with #551014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551014; }
p { color: rgb(85,16,20); }
H1.HeaderClassName
{
color: #551014;
}
.AnyTagClassName
{
color: #551014;
}
</style>
background-color css
<style>
a { background-color: #551014; }
a { background-color: rgb(85,16,20); }
div.DivClassName
{
background-color: #551014;
}
.BgClassName
{
background-color: #551014;
}
</style>
border-color css
<style>
span { border-color: #551014; }
span { border-color: rgb(85,16,20); }
td.TdClassName
{
border-color: #551014;
}
.TagClassName
{
border-color: #551014;
}
</style>