Shades of Burnt Crimson #5E1519
Tints of Burnt Crimson #5E1519
RGB
CMYK
RGB Variations
Color information
#5E1519 (or 0x5E1519) is known color: Burnt Crimson. HEX triplet: 5E, 15 and 19. RGB value is (94,21,25). Sum of RGB (Red+Green+Blue) = 94+21+25=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1519 is #A1EAE6. Grayscale: #2B2B2B. Windows color (decimal): -10611431 or 1643870. OLE color: 1643870.
HSL color Cylindrical-coordinate representation of color #5E1519: hue angle of 356.71º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1519 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 25 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.63 |
| HSL | 356.71º | 0.63% | 0.23% | - |
| HSV(B) | 356.71º | 0.78% | 0.37% | - |
| XYZ | 5.06 | 2.99 | 1.23 | - |
| YUV | 43.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 25 | 0 | 0.78 | 0.73 | 0.63 | 356.71 | 0.63 | 0.23 |
| Hex | 5E | 15 | 19 | 0 | 4E | 49 | 3F | 165 | 3F | 17 |
| Octal | 136 | 25 | 31 | 0 | 116 | 111 | 77 | 545 | 77 | 27 |
| Binary | 1011110 | 10101 | 11001 | 0 | 1001110 | 1001001 | 111111 | 101100101 | 111111 | 10111 |
Color Harmonies of #5E1519
Complementary color
Monochromatic Colors of #5E1519
Black with #5E1519
Text Example
Text Example
White with #5E1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1519; }
p { color: rgb(94,21,25); }
H1.HeaderClassName
{
color: #5E1519;
}
.AnyTagClassName
{
color: #5E1519;
}
</style>
background-color css
<style>
a { background-color: #5E1519; }
a { background-color: rgb(94,21,25); }
div.DivClassName
{
background-color: #5E1519;
}
.BgClassName
{
background-color: #5E1519;
}
</style>
border-color css
<style>
span { border-color: #5E1519; }
span { border-color: rgb(94,21,25); }
td.TdClassName
{
border-color: #5E1519;
}
.TagClassName
{
border-color: #5E1519;
}
</style>