Shades of Burnt Crimson #5E242A
Tints of Burnt Crimson #5E242A
RGB
CMYK
RGB Variations
Color information
#5E242A (or 0x5E242A) is known color: Burnt Crimson. HEX triplet: 5E, 24 and 2A. RGB value is (94,36,42). Sum of RGB (Red+Green+Blue) = 94+36+42=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E242A is #A1DBD5. Grayscale: #363636. Windows color (decimal): -10607574 or 2761822. OLE color: 2761822.
HSL color Cylindrical-coordinate representation of color #5E242A: hue angle of 353.79º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E242A is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 36 | 42 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.63 |
| HSL | 353.79º | 0.45% | 0.25% | - |
| HSV(B) | 353.79º | 0.62% | 0.37% | - |
| XYZ | 5.66 | 3.81 | 2.63 | - |
| YUV | 54.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 36 | 42 | 0 | 0.62 | 0.55 | 0.63 | 353.79 | 0.45 | 0.25 |
| Hex | 5E | 24 | 2A | 0 | 3E | 37 | 3F | 162 | 2D | 19 |
| Octal | 136 | 44 | 52 | 0 | 76 | 67 | 77 | 542 | 55 | 31 |
| Binary | 1011110 | 100100 | 101010 | 0 | 111110 | 110111 | 111111 | 101100010 | 101101 | 11001 |
Color Harmonies of #5E242A
Complementary color
Monochromatic Colors of #5E242A
Black with #5E242A
Text Example
Text Example
White with #5E242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E242A; }
p { color: rgb(94,36,42); }
H1.HeaderClassName
{
color: #5E242A;
}
.AnyTagClassName
{
color: #5E242A;
}
</style>
background-color css
<style>
a { background-color: #5E242A; }
a { background-color: rgb(94,36,42); }
div.DivClassName
{
background-color: #5E242A;
}
.BgClassName
{
background-color: #5E242A;
}
</style>
border-color css
<style>
span { border-color: #5E242A; }
span { border-color: rgb(94,36,42); }
td.TdClassName
{
border-color: #5E242A;
}
.TagClassName
{
border-color: #5E242A;
}
</style>