Shades of Burnt Crimson #5D2224
Tints of Burnt Crimson #5D2224
RGB
CMYK
RGB Variations
Color information
#5D2224 (or 0x5D2224) is known color: Burnt Crimson. HEX triplet: 5D, 22 and 24. RGB value is (93,34,36). Sum of RGB (Red+Green+Blue) = 93+34+36=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2224 is #A2DDDB. Grayscale: #333333. Windows color (decimal): -10673628 or 2368093. OLE color: 2368093.
HSL color Cylindrical-coordinate representation of color #5D2224: hue angle of 357.97º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D2224 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 34 | 36 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.64 |
| HSL | 357.97º | 0.46% | 0.25% | - |
| HSV(B) | 357.97º | 0.63% | 0.36% | - |
| XYZ | 5.4 | 3.6 | 2.08 | - |
| YUV | 51.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 36 | 0 | 0.63 | 0.61 | 0.64 | 357.97 | 0.46 | 0.25 |
| Hex | 5D | 22 | 24 | 0 | 3F | 3D | 40 | 166 | 2E | 19 |
| Octal | 135 | 42 | 44 | 0 | 77 | 75 | 100 | 546 | 56 | 31 |
| Binary | 1011101 | 100010 | 100100 | 0 | 111111 | 111101 | 1000000 | 101100110 | 101110 | 11001 |
Color Harmonies of #5D2224
Complementary color
Monochromatic Colors of #5D2224
Black with #5D2224
Text Example
Text Example
White with #5D2224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2224; }
p { color: rgb(93,34,36); }
H1.HeaderClassName
{
color: #5D2224;
}
.AnyTagClassName
{
color: #5D2224;
}
</style>
background-color css
<style>
a { background-color: #5D2224; }
a { background-color: rgb(93,34,36); }
div.DivClassName
{
background-color: #5D2224;
}
.BgClassName
{
background-color: #5D2224;
}
</style>
border-color css
<style>
span { border-color: #5D2224; }
span { border-color: rgb(93,34,36); }
td.TdClassName
{
border-color: #5D2224;
}
.TagClassName
{
border-color: #5D2224;
}
</style>