Shades of Burnt Crimson #5E1E23
Tints of Burnt Crimson #5E1E23
RGB
CMYK
RGB Variations
Color information
#5E1E23 (or 0x5E1E23) is known color: Burnt Crimson. HEX triplet: 5E, 1E and 23. RGB value is (94,30,35). Sum of RGB (Red+Green+Blue) = 94+30+35=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1E23 is #A1E1DC. Grayscale: #313131. Windows color (decimal): -10609117 or 2301534. OLE color: 2301534.
HSL color Cylindrical-coordinate representation of color #5E1E23: hue angle of 355.31º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E1E23 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 30 | 35 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.63 |
| HSL | 355.31º | 0.52% | 0.24% | - |
| HSV(B) | 355.31º | 0.68% | 0.37% | - |
| XYZ | 5.38 | 3.43 | 1.97 | - |
| YUV | 49.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 35 | 0 | 0.68 | 0.63 | 0.63 | 355.31 | 0.52 | 0.24 |
| Hex | 5E | 1E | 23 | 0 | 44 | 3F | 3F | 163 | 34 | 18 |
| Octal | 136 | 36 | 43 | 0 | 104 | 77 | 77 | 543 | 64 | 30 |
| Binary | 1011110 | 11110 | 100011 | 0 | 1000100 | 111111 | 111111 | 101100011 | 110100 | 11000 |
Color Harmonies of #5E1E23
Complementary color
Monochromatic Colors of #5E1E23
Black with #5E1E23
Text Example
Text Example
White with #5E1E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1E23; }
p { color: rgb(94,30,35); }
H1.HeaderClassName
{
color: #5E1E23;
}
.AnyTagClassName
{
color: #5E1E23;
}
</style>
background-color css
<style>
a { background-color: #5E1E23; }
a { background-color: rgb(94,30,35); }
div.DivClassName
{
background-color: #5E1E23;
}
.BgClassName
{
background-color: #5E1E23;
}
</style>
border-color css
<style>
span { border-color: #5E1E23; }
span { border-color: rgb(94,30,35); }
td.TdClassName
{
border-color: #5E1E23;
}
.TagClassName
{
border-color: #5E1E23;
}
</style>