Shades of Burnt Crimson #5E1416
Tints of Burnt Crimson #5E1416
RGB
CMYK
RGB Variations
Color information
#5E1416 (or 0x5E1416) is known color: Burnt Crimson. HEX triplet: 5E, 14 and 16. RGB value is (94,20,22). Sum of RGB (Red+Green+Blue) = 94+20+22=136 (18% of max value = 765). Red value is 94 (37.11% from 255 or 69.12% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1416 is #A1EBE9. Grayscale: #2A2A2A. Windows color (decimal): -10611690 or 1447006. OLE color: 1447006.
HSL color Cylindrical-coordinate representation of color #5E1416: hue angle of 358.38º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E1416 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 20 | 22 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.63 |
| HSL | 358.38º | 0.65% | 0.22% | - |
| HSV(B) | 358.38º | 0.79% | 0.37% | - |
| XYZ | 5.01 | 2.94 | 1.06 | - |
| YUV | 42.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 22 | 0 | 0.79 | 0.77 | 0.63 | 358.38 | 0.65 | 0.22 |
| Hex | 5E | 14 | 16 | 0 | 4F | 4D | 3F | 166 | 41 | 16 |
| Octal | 136 | 24 | 26 | 0 | 117 | 115 | 77 | 546 | 101 | 26 |
| Binary | 1011110 | 10100 | 10110 | 0 | 1001111 | 1001101 | 111111 | 101100110 | 1000001 | 10110 |
Color Harmonies of #5E1416
Complementary color
Monochromatic Colors of #5E1416
Black with #5E1416
Text Example
Text Example
White with #5E1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1416; }
p { color: rgb(94,20,22); }
H1.HeaderClassName
{
color: #5E1416;
}
.AnyTagClassName
{
color: #5E1416;
}
</style>
background-color css
<style>
a { background-color: #5E1416; }
a { background-color: rgb(94,20,22); }
div.DivClassName
{
background-color: #5E1416;
}
.BgClassName
{
background-color: #5E1416;
}
</style>
border-color css
<style>
span { border-color: #5E1416; }
span { border-color: rgb(94,20,22); }
td.TdClassName
{
border-color: #5E1416;
}
.TagClassName
{
border-color: #5E1416;
}
</style>