Shades of Burnt Crimson #5E1D23
Tints of Burnt Crimson #5E1D23
RGB
CMYK
RGB Variations
Color information
#5E1D23 (or 0x5E1D23) is known color: Burnt Crimson. HEX triplet: 5E, 1D and 23. RGB value is (94,29,35). Sum of RGB (Red+Green+Blue) = 94+29+35=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D23 is #A1E2DC. Grayscale: #313131. Windows color (decimal): -10609373 or 2301278. OLE color: 2301278.
HSL color Cylindrical-coordinate representation of color #5E1D23: hue angle of 354.46º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E1D23 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 35 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.63 |
| HSL | 354.46º | 0.53% | 0.24% | - |
| HSV(B) | 354.46º | 0.69% | 0.37% | - |
| XYZ | 5.36 | 3.38 | 1.96 | - |
| YUV | 49.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 35 | 0 | 0.69 | 0.63 | 0.63 | 354.46 | 0.53 | 0.24 |
| Hex | 5E | 1D | 23 | 0 | 45 | 3F | 3F | 162 | 35 | 18 |
| Octal | 136 | 35 | 43 | 0 | 105 | 77 | 77 | 542 | 65 | 30 |
| Binary | 1011110 | 11101 | 100011 | 0 | 1000101 | 111111 | 111111 | 101100010 | 110101 | 11000 |
Color Harmonies of #5E1D23
Complementary color
Monochromatic Colors of #5E1D23
Black with #5E1D23
Text Example
Text Example
White with #5E1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D23; }
p { color: rgb(94,29,35); }
H1.HeaderClassName
{
color: #5E1D23;
}
.AnyTagClassName
{
color: #5E1D23;
}
</style>
background-color css
<style>
a { background-color: #5E1D23; }
a { background-color: rgb(94,29,35); }
div.DivClassName
{
background-color: #5E1D23;
}
.BgClassName
{
background-color: #5E1D23;
}
</style>
border-color css
<style>
span { border-color: #5E1D23; }
span { border-color: rgb(94,29,35); }
td.TdClassName
{
border-color: #5E1D23;
}
.TagClassName
{
border-color: #5E1D23;
}
</style>