Shades of Burnt Crimson #5D1F24
Tints of Burnt Crimson #5D1F24
RGB
CMYK
RGB Variations
Color information
#5D1F24 (or 0x5D1F24) is known color: Burnt Crimson. HEX triplet: 5D, 1F and 24. RGB value is (93,31,36). Sum of RGB (Red+Green+Blue) = 93+31+36=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1F24 is #A2E0DB. Grayscale: #323232. Windows color (decimal): -10674396 or 2367325. OLE color: 2367325.
HSL color Cylindrical-coordinate representation of color #5D1F24: hue angle of 355.16º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D1F24 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 31 | 36 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.64 |
| HSL | 355.16º | 0.5% | 0.24% | - |
| HSV(B) | 355.16º | 0.67% | 0.36% | - |
| XYZ | 5.32 | 3.43 | 2.05 | - |
| YUV | 50.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 31 | 36 | 0 | 0.67 | 0.61 | 0.64 | 355.16 | 0.5 | 0.24 |
| Hex | 5D | 1F | 24 | 0 | 43 | 3D | 40 | 163 | 32 | 18 |
| Octal | 135 | 37 | 44 | 0 | 103 | 75 | 100 | 543 | 62 | 30 |
| Binary | 1011101 | 11111 | 100100 | 0 | 1000011 | 111101 | 1000000 | 101100011 | 110010 | 11000 |
Color Harmonies of #5D1F24
Complementary color
Monochromatic Colors of #5D1F24
Black with #5D1F24
Text Example
Text Example
White with #5D1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1F24; }
p { color: rgb(93,31,36); }
H1.HeaderClassName
{
color: #5D1F24;
}
.AnyTagClassName
{
color: #5D1F24;
}
</style>
background-color css
<style>
a { background-color: #5D1F24; }
a { background-color: rgb(93,31,36); }
div.DivClassName
{
background-color: #5D1F24;
}
.BgClassName
{
background-color: #5D1F24;
}
</style>
border-color css
<style>
span { border-color: #5D1F24; }
span { border-color: rgb(93,31,36); }
td.TdClassName
{
border-color: #5D1F24;
}
.TagClassName
{
border-color: #5D1F24;
}
</style>