Shades of Burnt Crimson #5E191E
Tints of Burnt Crimson #5E191E
RGB
CMYK
RGB Variations
Color information
#5E191E (or 0x5E191E) is known color: Burnt Crimson. HEX triplet: 5E, 19 and 1E. RGB value is (94,25,30). Sum of RGB (Red+Green+Blue) = 94+25+30=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E191E is #A1E6E1. Grayscale: #2E2E2E. Windows color (decimal): -10610402 or 1972574. OLE color: 1972574.
HSL color Cylindrical-coordinate representation of color #5E191E: hue angle of 355.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E191E is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 30 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.63 |
| HSL | 355.65º | 0.58% | 0.23% | - |
| HSV(B) | 355.65º | 0.73% | 0.37% | - |
| XYZ | 5.2 | 3.17 | 1.57 | - |
| YUV | 46.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 30 | 0 | 0.73 | 0.68 | 0.63 | 355.65 | 0.58 | 0.23 |
| Hex | 5E | 19 | 1E | 0 | 49 | 44 | 3F | 164 | 3A | 17 |
| Octal | 136 | 31 | 36 | 0 | 111 | 104 | 77 | 544 | 72 | 27 |
| Binary | 1011110 | 11001 | 11110 | 0 | 1001001 | 1000100 | 111111 | 101100100 | 111010 | 10111 |
Color Harmonies of #5E191E
Complementary color
Monochromatic Colors of #5E191E
Black with #5E191E
Text Example
Text Example
White with #5E191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E191E; }
p { color: rgb(94,25,30); }
H1.HeaderClassName
{
color: #5E191E;
}
.AnyTagClassName
{
color: #5E191E;
}
</style>
background-color css
<style>
a { background-color: #5E191E; }
a { background-color: rgb(94,25,30); }
div.DivClassName
{
background-color: #5E191E;
}
.BgClassName
{
background-color: #5E191E;
}
</style>
border-color css
<style>
span { border-color: #5E191E; }
span { border-color: rgb(94,25,30); }
td.TdClassName
{
border-color: #5E191E;
}
.TagClassName
{
border-color: #5E191E;
}
</style>