Shades of Burnt Crimson #5D0D0F
Tints of Burnt Crimson #5D0D0F
RGB
CMYK
RGB Variations
Color information
#5D0D0F (or 0x5D0D0F) is known color: Burnt Crimson. HEX triplet: 5D, 0D and 0F. RGB value is (93,13,15). Sum of RGB (Red+Green+Blue) = 93+13+15=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0D0F is #A2F2F0. Grayscale: #252525. Windows color (decimal): -10679025 or 986461. OLE color: 986461.
HSL color Cylindrical-coordinate representation of color #5D0D0F: hue angle of 358.5º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0D0F is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 13 | 15 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.64 |
| HSL | 358.5º | 0.75% | 0.21% | - |
| HSV(B) | 358.5º | 0.86% | 0.36% | - |
| XYZ | 4.74 | 2.65 | 0.71 | - |
| YUV | 37.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 15 | 0 | 0.86 | 0.84 | 0.64 | 358.5 | 0.75 | 0.21 |
| Hex | 5D | D | F | 0 | 56 | 54 | 40 | 166 | 4B | 15 |
| Octal | 135 | 15 | 17 | 0 | 126 | 124 | 100 | 546 | 113 | 25 |
| Binary | 1011101 | 1101 | 1111 | 0 | 1010110 | 1010100 | 1000000 | 101100110 | 1001011 | 10101 |
Color Harmonies of #5D0D0F
Complementary color
Monochromatic Colors of #5D0D0F
Black with #5D0D0F
Text Example
Text Example
White with #5D0D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0D0F; }
p { color: rgb(93,13,15); }
H1.HeaderClassName
{
color: #5D0D0F;
}
.AnyTagClassName
{
color: #5D0D0F;
}
</style>
background-color css
<style>
a { background-color: #5D0D0F; }
a { background-color: rgb(93,13,15); }
div.DivClassName
{
background-color: #5D0D0F;
}
.BgClassName
{
background-color: #5D0D0F;
}
</style>
border-color css
<style>
span { border-color: #5D0D0F; }
span { border-color: rgb(93,13,15); }
td.TdClassName
{
border-color: #5D0D0F;
}
.TagClassName
{
border-color: #5D0D0F;
}
</style>