Shades of Burnt Crimson #5E1D22
Tints of Burnt Crimson #5E1D22
RGB
CMYK
RGB Variations
Color information
#5E1D22 (or 0x5E1D22) is known color: Burnt Crimson. HEX triplet: 5E, 1D and 22. RGB value is (94,29,34). Sum of RGB (Red+Green+Blue) = 94+29+34=157 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.87% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D22 is #A1E2DD. Grayscale: #313131. Windows color (decimal): -10609374 or 2235742. OLE color: 2235742.
HSL color Cylindrical-coordinate representation of color #5E1D22: hue angle of 355.38º 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 #5E1D22 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 34 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.63 |
| HSL | 355.38º | 0.53% | 0.24% | - |
| HSV(B) | 355.38º | 0.69% | 0.37% | - |
| XYZ | 5.34 | 3.37 | 1.88 | - |
| YUV | 49.01 | 119.53 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 34 | 0 | 0.69 | 0.64 | 0.63 | 355.38 | 0.53 | 0.24 |
| Hex | 5E | 1D | 22 | 0 | 45 | 40 | 3F | 163 | 35 | 18 |
| Octal | 136 | 35 | 42 | 0 | 105 | 100 | 77 | 543 | 65 | 30 |
| Binary | 1011110 | 11101 | 100010 | 0 | 1000101 | 1000000 | 111111 | 101100011 | 110101 | 11000 |
Color Harmonies of #5E1D22
Complementary color
Monochromatic Colors of #5E1D22
Black with #5E1D22
Text Example
Text Example
White with #5E1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D22; }
p { color: rgb(94,29,34); }
H1.HeaderClassName
{
color: #5E1D22;
}
.AnyTagClassName
{
color: #5E1D22;
}
</style>
background-color css
<style>
a { background-color: #5E1D22; }
a { background-color: rgb(94,29,34); }
div.DivClassName
{
background-color: #5E1D22;
}
.BgClassName
{
background-color: #5E1D22;
}
</style>
border-color css
<style>
span { border-color: #5E1D22; }
span { border-color: rgb(94,29,34); }
td.TdClassName
{
border-color: #5E1D22;
}
.TagClassName
{
border-color: #5E1D22;
}
</style>