Shades of Burnt Crimson #560D0E
Tints of Burnt Crimson #560D0E
RGB
CMYK
RGB Variations
Color information
#560D0E (or 0x560D0E) is known color: Burnt Crimson. HEX triplet: 56, 0D and 0E. RGB value is (86,13,14). Sum of RGB (Red+Green+Blue) = 86+13+14=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D0E is #A9F2F1. Grayscale: #232323. Windows color (decimal): -11137778 or 920918. OLE color: 920918.
HSL color Cylindrical-coordinate representation of color #560D0E: hue angle of 359.18º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D0E is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 14 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.66 |
| HSL | 359.18º | 0.74% | 0.19% | - |
| HSV(B) | 359.18º | 0.85% | 0.34% | - |
| XYZ | 4.06 | 2.3 | 0.64 | - |
| YUV | 34.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 14 | 0 | 0.85 | 0.84 | 0.66 | 359.18 | 0.74 | 0.19 |
| Hex | 56 | D | E | 0 | 55 | 54 | 42 | 167 | 4A | 13 |
| Octal | 126 | 15 | 16 | 0 | 125 | 124 | 102 | 547 | 112 | 23 |
| Binary | 1010110 | 1101 | 1110 | 0 | 1010101 | 1010100 | 1000010 | 101100111 | 1001010 | 10011 |
Color Harmonies of #560D0E
Complementary color
Monochromatic Colors of #560D0E
Black with #560D0E
Text Example
Text Example
White with #560D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D0E; }
p { color: rgb(86,13,14); }
H1.HeaderClassName
{
color: #560D0E;
}
.AnyTagClassName
{
color: #560D0E;
}
</style>
background-color css
<style>
a { background-color: #560D0E; }
a { background-color: rgb(86,13,14); }
div.DivClassName
{
background-color: #560D0E;
}
.BgClassName
{
background-color: #560D0E;
}
</style>
border-color css
<style>
span { border-color: #560D0E; }
span { border-color: rgb(86,13,14); }
td.TdClassName
{
border-color: #560D0E;
}
.TagClassName
{
border-color: #560D0E;
}
</style>