Shades of Burnt Crimson #5E2429
Tints of Burnt Crimson #5E2429
RGB
CMYK
RGB Variations
Color information
#5E2429 (or 0x5E2429) is known color: Burnt Crimson. HEX triplet: 5E, 24 and 29. RGB value is (94,36,41). Sum of RGB (Red+Green+Blue) = 94+36+41=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2429 is #A1DBD6. Grayscale: #353535. Windows color (decimal): -10607575 or 2696286. OLE color: 2696286.
HSL color Cylindrical-coordinate representation of color #5E2429: hue angle of 354.83º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E2429 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 41 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.63 |
| HSL | 354.83º | 0.45% | 0.25% | - |
| HSV(B) | 354.83º | 0.62% | 0.37% | - |
| XYZ | 5.65 | 3.8 | 2.53 | - |
| YUV | 53.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 41 | 0 | 0.62 | 0.56 | 0.63 | 354.83 | 0.45 | 0.25 |
| Hex | 5E | 24 | 29 | 0 | 3E | 38 | 3F | 163 | 2D | 19 |
| Octal | 136 | 44 | 51 | 0 | 76 | 70 | 77 | 543 | 55 | 31 |
| Binary | 1011110 | 100100 | 101001 | 0 | 111110 | 111000 | 111111 | 101100011 | 101101 | 11001 |
Color Harmonies of #5E2429
Complementary color
Monochromatic Colors of #5E2429
Black with #5E2429
Text Example
Text Example
White with #5E2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2429; }
p { color: rgb(94,36,41); }
H1.HeaderClassName
{
color: #5E2429;
}
.AnyTagClassName
{
color: #5E2429;
}
</style>
background-color css
<style>
a { background-color: #5E2429; }
a { background-color: rgb(94,36,41); }
div.DivClassName
{
background-color: #5E2429;
}
.BgClassName
{
background-color: #5E2429;
}
</style>
border-color css
<style>
span { border-color: #5E2429; }
span { border-color: rgb(94,36,41); }
td.TdClassName
{
border-color: #5E2429;
}
.TagClassName
{
border-color: #5E2429;
}
</style>