Shades of Burnt Crimson #5E1617
Tints of Burnt Crimson #5E1617
RGB
CMYK
RGB Variations
Color information
#5E1617 (or 0x5E1617) is known color: Burnt Crimson. HEX triplet: 5E, 16 and 17. RGB value is (94,22,23). Sum of RGB (Red+Green+Blue) = 94+22+23=139 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.63% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1617 is #A1E9E8. Grayscale: #2B2B2B. Windows color (decimal): -10611177 or 1513054. OLE color: 1513054.
HSL color Cylindrical-coordinate representation of color #5E1617: hue angle of 359.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E1617 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 22 | 23 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.63 |
| HSL | 359.17º | 0.62% | 0.23% | - |
| HSV(B) | 359.17º | 0.77% | 0.37% | - |
| XYZ | 5.06 | 3.02 | 1.13 | - |
| YUV | 43.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 23 | 0 | 0.77 | 0.76 | 0.63 | 359.17 | 0.62 | 0.23 |
| Hex | 5E | 16 | 17 | 0 | 4D | 4C | 3F | 167 | 3E | 17 |
| Octal | 136 | 26 | 27 | 0 | 115 | 114 | 77 | 547 | 76 | 27 |
| Binary | 1011110 | 10110 | 10111 | 0 | 1001101 | 1001100 | 111111 | 101100111 | 111110 | 10111 |
Color Harmonies of #5E1617
Complementary color
Monochromatic Colors of #5E1617
Black with #5E1617
Text Example
Text Example
White with #5E1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1617; }
p { color: rgb(94,22,23); }
H1.HeaderClassName
{
color: #5E1617;
}
.AnyTagClassName
{
color: #5E1617;
}
</style>
background-color css
<style>
a { background-color: #5E1617; }
a { background-color: rgb(94,22,23); }
div.DivClassName
{
background-color: #5E1617;
}
.BgClassName
{
background-color: #5E1617;
}
</style>
border-color css
<style>
span { border-color: #5E1617; }
span { border-color: rgb(94,22,23); }
td.TdClassName
{
border-color: #5E1617;
}
.TagClassName
{
border-color: #5E1617;
}
</style>