Shades of Burnt Crimson #5D1417
Tints of Burnt Crimson #5D1417
RGB
CMYK
RGB Variations
Color information
#5D1417 (or 0x5D1417) is known color: Burnt Crimson. HEX triplet: 5D, 14 and 17. RGB value is (93,20,23). Sum of RGB (Red+Green+Blue) = 93+20+23=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1417 is #A2EBE8. Grayscale: #2A2A2A. Windows color (decimal): -10677225 or 1512541. OLE color: 1512541.
HSL color Cylindrical-coordinate representation of color #5D1417: hue angle of 357.53º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1417 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 23 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.64 |
| HSL | 357.53º | 0.65% | 0.22% | - |
| HSV(B) | 357.53º | 0.78% | 0.36% | - |
| XYZ | 4.92 | 2.89 | 1.11 | - |
| YUV | 42.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 23 | 0 | 0.78 | 0.75 | 0.64 | 357.53 | 0.65 | 0.22 |
| Hex | 5D | 14 | 17 | 0 | 4E | 4B | 40 | 166 | 41 | 16 |
| Octal | 135 | 24 | 27 | 0 | 116 | 113 | 100 | 546 | 101 | 26 |
| Binary | 1011101 | 10100 | 10111 | 0 | 1001110 | 1001011 | 1000000 | 101100110 | 1000001 | 10110 |
Color Harmonies of #5D1417
Complementary color
Monochromatic Colors of #5D1417
Black with #5D1417
Text Example
Text Example
White with #5D1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1417; }
p { color: rgb(93,20,23); }
H1.HeaderClassName
{
color: #5D1417;
}
.AnyTagClassName
{
color: #5D1417;
}
</style>
background-color css
<style>
a { background-color: #5D1417; }
a { background-color: rgb(93,20,23); }
div.DivClassName
{
background-color: #5D1417;
}
.BgClassName
{
background-color: #5D1417;
}
</style>
border-color css
<style>
span { border-color: #5D1417; }
span { border-color: rgb(93,20,23); }
td.TdClassName
{
border-color: #5D1417;
}
.TagClassName
{
border-color: #5D1417;
}
</style>