Shades of Burnt Crimson #5E1113
Tints of Burnt Crimson #5E1113
RGB
CMYK
RGB Variations
Color information
#5E1113 (or 0x5E1113) is known color: Burnt Crimson. HEX triplet: 5E, 11 and 13. RGB value is (94,17,19). Sum of RGB (Red+Green+Blue) = 94+17+19=130 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.31% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1113 is #A1EEEC. Grayscale: #282828. Windows color (decimal): -10612461 or 1249630. OLE color: 1249630.
HSL color Cylindrical-coordinate representation of color #5E1113: hue angle of 358.44º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1113 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 19 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.63 |
| HSL | 358.44º | 0.69% | 0.22% | - |
| HSV(B) | 358.44º | 0.82% | 0.37% | - |
| XYZ | 4.93 | 2.83 | 0.9 | - |
| YUV | 40.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 19 | 0 | 0.82 | 0.80 | 0.63 | 358.44 | 0.69 | 0.22 |
| Hex | 5E | 11 | 13 | 0 | 52 | 50 | 3F | 166 | 45 | 16 |
| Octal | 136 | 21 | 23 | 0 | 122 | 120 | 77 | 546 | 105 | 26 |
| Binary | 1011110 | 10001 | 10011 | 0 | 1010010 | 1010000 | 111111 | 101100110 | 1000101 | 10110 |
Color Harmonies of #5E1113
Complementary color
Monochromatic Colors of #5E1113
Black with #5E1113
Text Example
Text Example
White with #5E1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1113; }
p { color: rgb(94,17,19); }
H1.HeaderClassName
{
color: #5E1113;
}
.AnyTagClassName
{
color: #5E1113;
}
</style>
background-color css
<style>
a { background-color: #5E1113; }
a { background-color: rgb(94,17,19); }
div.DivClassName
{
background-color: #5E1113;
}
.BgClassName
{
background-color: #5E1113;
}
</style>
border-color css
<style>
span { border-color: #5E1113; }
span { border-color: rgb(94,17,19); }
td.TdClassName
{
border-color: #5E1113;
}
.TagClassName
{
border-color: #5E1113;
}
</style>