Shades of Burnt Crimson #5E2329
Tints of Burnt Crimson #5E2329
RGB
CMYK
RGB Variations
Color information
#5E2329 (or 0x5E2329) is known color: Burnt Crimson. HEX triplet: 5E, 23 and 29. RGB value is (94,35,41). Sum of RGB (Red+Green+Blue) = 94+35+41=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2329 is #A1DCD6. Grayscale: #353535. Windows color (decimal): -10607831 or 2696030. OLE color: 2696030.
HSL color Cylindrical-coordinate representation of color #5E2329: hue angle of 353.9º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E2329 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 35 | 41 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.63 |
| HSL | 353.9º | 0.46% | 0.25% | - |
| HSV(B) | 353.9º | 0.63% | 0.37% | - |
| XYZ | 5.62 | 3.74 | 2.52 | - |
| YUV | 53.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 41 | 0 | 0.63 | 0.56 | 0.63 | 353.9 | 0.46 | 0.25 |
| Hex | 5E | 23 | 29 | 0 | 3F | 38 | 3F | 162 | 2E | 19 |
| Octal | 136 | 43 | 51 | 0 | 77 | 70 | 77 | 542 | 56 | 31 |
| Binary | 1011110 | 100011 | 101001 | 0 | 111111 | 111000 | 111111 | 101100010 | 101110 | 11001 |
Color Harmonies of #5E2329
Complementary color
Monochromatic Colors of #5E2329
Black with #5E2329
Text Example
Text Example
White with #5E2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2329; }
p { color: rgb(94,35,41); }
H1.HeaderClassName
{
color: #5E2329;
}
.AnyTagClassName
{
color: #5E2329;
}
</style>
background-color css
<style>
a { background-color: #5E2329; }
a { background-color: rgb(94,35,41); }
div.DivClassName
{
background-color: #5E2329;
}
.BgClassName
{
background-color: #5E2329;
}
</style>
border-color css
<style>
span { border-color: #5E2329; }
span { border-color: rgb(94,35,41); }
td.TdClassName
{
border-color: #5E2329;
}
.TagClassName
{
border-color: #5E2329;
}
</style>