Shades of Burnt Crimson #5E1011
Tints of Burnt Crimson #5E1011
RGB
CMYK
RGB Variations
Color information
#5E1011 (or 0x5E1011) is known color: Burnt Crimson. HEX triplet: 5E, 10 and 11. RGB value is (94,16,17). Sum of RGB (Red+Green+Blue) = 94+16+17=127 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.02% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1011 is #A1EFEE. Grayscale: #272727. Windows color (decimal): -10612719 or 1118302. OLE color: 1118302.
HSL color Cylindrical-coordinate representation of color #5E1011: hue angle of 359.23º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1011 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 17 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.63 |
| HSL | 359.23º | 0.71% | 0.22% | - |
| HSV(B) | 359.23º | 0.83% | 0.37% | - |
| XYZ | 4.9 | 2.79 | 0.81 | - |
| YUV | 39.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 17 | 0 | 0.83 | 0.82 | 0.63 | 359.23 | 0.71 | 0.22 |
| Hex | 5E | 10 | 11 | 0 | 53 | 52 | 3F | 167 | 47 | 16 |
| Octal | 136 | 20 | 21 | 0 | 123 | 122 | 77 | 547 | 107 | 26 |
| Binary | 1011110 | 10000 | 10001 | 0 | 1010011 | 1010010 | 111111 | 101100111 | 1000111 | 10110 |
Color Harmonies of #5E1011
Complementary color
Monochromatic Colors of #5E1011
Black with #5E1011
Text Example
Text Example
White with #5E1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1011; }
p { color: rgb(94,16,17); }
H1.HeaderClassName
{
color: #5E1011;
}
.AnyTagClassName
{
color: #5E1011;
}
</style>
background-color css
<style>
a { background-color: #5E1011; }
a { background-color: rgb(94,16,17); }
div.DivClassName
{
background-color: #5E1011;
}
.BgClassName
{
background-color: #5E1011;
}
</style>
border-color css
<style>
span { border-color: #5E1011; }
span { border-color: rgb(94,16,17); }
td.TdClassName
{
border-color: #5E1011;
}
.TagClassName
{
border-color: #5E1011;
}
</style>