Shades of Burnt Crimson #5D2229
Tints of Burnt Crimson #5D2229
RGB
CMYK
RGB Variations
Color information
#5D2229 (or 0x5D2229) is known color: Burnt Crimson. HEX triplet: 5D, 22 and 29. RGB value is (93,34,41). Sum of RGB (Red+Green+Blue) = 93+34+41=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2229 is #A2DDD6. Grayscale: #343434. Windows color (decimal): -10673623 or 2695773. OLE color: 2695773.
HSL color Cylindrical-coordinate representation of color #5D2229: hue angle of 352.88º 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 #5D2229 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 34 | 41 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.64 |
| HSL | 352.88º | 0.46% | 0.25% | - |
| HSV(B) | 352.88º | 0.63% | 0.36% | - |
| XYZ | 5.49 | 3.63 | 2.51 | - |
| YUV | 52.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 34 | 41 | 0 | 0.63 | 0.56 | 0.64 | 352.88 | 0.46 | 0.25 |
| Hex | 5D | 22 | 29 | 0 | 3F | 38 | 40 | 161 | 2E | 19 |
| Octal | 135 | 42 | 51 | 0 | 77 | 70 | 100 | 541 | 56 | 31 |
| Binary | 1011101 | 100010 | 101001 | 0 | 111111 | 111000 | 1000000 | 101100001 | 101110 | 11001 |
Color Harmonies of #5D2229
Complementary color
Monochromatic Colors of #5D2229
Black with #5D2229
Text Example
Text Example
White with #5D2229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2229; }
p { color: rgb(93,34,41); }
H1.HeaderClassName
{
color: #5D2229;
}
.AnyTagClassName
{
color: #5D2229;
}
</style>
background-color css
<style>
a { background-color: #5D2229; }
a { background-color: rgb(93,34,41); }
div.DivClassName
{
background-color: #5D2229;
}
.BgClassName
{
background-color: #5D2229;
}
</style>
border-color css
<style>
span { border-color: #5D2229; }
span { border-color: rgb(93,34,41); }
td.TdClassName
{
border-color: #5D2229;
}
.TagClassName
{
border-color: #5D2229;
}
</style>