Shades of Burnt Crimson #5D1318
Tints of Burnt Crimson #5D1318
RGB
CMYK
RGB Variations
Color information
#5D1318 (or 0x5D1318) is known color: Burnt Crimson. HEX triplet: 5D, 13 and 18. RGB value is (93,19,24). Sum of RGB (Red+Green+Blue) = 93+19+24=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1318 is #A2ECE7. Grayscale: #292929. Windows color (decimal): -10677480 or 1577821. OLE color: 1577821.
HSL color Cylindrical-coordinate representation of color #5D1318: hue angle of 355.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D1318 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 24 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.64 |
| HSL | 355.95º | 0.66% | 0.22% | - |
| HSV(B) | 355.95º | 0.8% | 0.36% | - |
| XYZ | 4.91 | 2.86 | 1.16 | - |
| YUV | 41.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 24 | 0 | 0.80 | 0.74 | 0.64 | 355.95 | 0.66 | 0.22 |
| Hex | 5D | 13 | 18 | 0 | 50 | 4A | 40 | 164 | 42 | 16 |
| Octal | 135 | 23 | 30 | 0 | 120 | 112 | 100 | 544 | 102 | 26 |
| Binary | 1011101 | 10011 | 11000 | 0 | 1010000 | 1001010 | 1000000 | 101100100 | 1000010 | 10110 |
Color Harmonies of #5D1318
Complementary color
Monochromatic Colors of #5D1318
Black with #5D1318
Text Example
Text Example
White with #5D1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1318; }
p { color: rgb(93,19,24); }
H1.HeaderClassName
{
color: #5D1318;
}
.AnyTagClassName
{
color: #5D1318;
}
</style>
background-color css
<style>
a { background-color: #5D1318; }
a { background-color: rgb(93,19,24); }
div.DivClassName
{
background-color: #5D1318;
}
.BgClassName
{
background-color: #5D1318;
}
</style>
border-color css
<style>
span { border-color: #5D1318; }
span { border-color: rgb(93,19,24); }
td.TdClassName
{
border-color: #5D1318;
}
.TagClassName
{
border-color: #5D1318;
}
</style>