Shades of Burnt Crimson #5D1516
Tints of Burnt Crimson #5D1516
RGB
CMYK
RGB Variations
Color information
#5D1516 (or 0x5D1516) is known color: Burnt Crimson. HEX triplet: 5D, 15 and 16. RGB value is (93,21,22). Sum of RGB (Red+Green+Blue) = 93+21+22=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1516 is #A2EAE9. Grayscale: #2A2A2A. Windows color (decimal): -10676970 or 1447261. OLE color: 1447261.
HSL color Cylindrical-coordinate representation of color #5D1516: hue angle of 359.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1516 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 22 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.64 |
| HSL | 359.17º | 0.63% | 0.22% | - |
| HSV(B) | 359.17º | 0.77% | 0.36% | - |
| XYZ | 4.93 | 2.92 | 1.06 | - |
| YUV | 42.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 22 | 0 | 0.77 | 0.76 | 0.64 | 359.17 | 0.63 | 0.22 |
| Hex | 5D | 15 | 16 | 0 | 4D | 4C | 40 | 167 | 3F | 16 |
| Octal | 135 | 25 | 26 | 0 | 115 | 114 | 100 | 547 | 77 | 26 |
| Binary | 1011101 | 10101 | 10110 | 0 | 1001101 | 1001100 | 1000000 | 101100111 | 111111 | 10110 |
Color Harmonies of #5D1516
Complementary color
Monochromatic Colors of #5D1516
Black with #5D1516
Text Example
Text Example
White with #5D1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1516; }
p { color: rgb(93,21,22); }
H1.HeaderClassName
{
color: #5D1516;
}
.AnyTagClassName
{
color: #5D1516;
}
</style>
background-color css
<style>
a { background-color: #5D1516; }
a { background-color: rgb(93,21,22); }
div.DivClassName
{
background-color: #5D1516;
}
.BgClassName
{
background-color: #5D1516;
}
</style>
border-color css
<style>
span { border-color: #5D1516; }
span { border-color: rgb(93,21,22); }
td.TdClassName
{
border-color: #5D1516;
}
.TagClassName
{
border-color: #5D1516;
}
</style>