Shades of Burnt Crimson #5C1117
Tints of Burnt Crimson #5C1117
RGB
CMYK
RGB Variations
Color information
#5C1117 (or 0x5C1117) is known color: Burnt Crimson. HEX triplet: 5C, 11 and 17. RGB value is (92,17,23). Sum of RGB (Red+Green+Blue) = 92+17+23=132 (17% of max value = 765). Red value is 92 (36.33% from 255 or 69.70% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1117 is #A3EEE8. Grayscale: #282828. Windows color (decimal): -10743529 or 1511772. OLE color: 1511772.
HSL color Cylindrical-coordinate representation of color #5C1117: hue angle of 355.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C1117 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 23 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.64 |
| HSL | 355.2º | 0.69% | 0.21% | - |
| HSV(B) | 355.2º | 0.82% | 0.36% | - |
| XYZ | 4.77 | 2.74 | 1.09 | - |
| YUV | 40.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 23 | 0 | 0.82 | 0.75 | 0.64 | 355.2 | 0.69 | 0.21 |
| Hex | 5C | 11 | 17 | 0 | 52 | 4B | 40 | 163 | 45 | 15 |
| Octal | 134 | 21 | 27 | 0 | 122 | 113 | 100 | 543 | 105 | 25 |
| Binary | 1011100 | 10001 | 10111 | 0 | 1010010 | 1001011 | 1000000 | 101100011 | 1000101 | 10101 |
Color Harmonies of #5C1117
Complementary color
Monochromatic Colors of #5C1117
Black with #5C1117
Text Example
Text Example
White with #5C1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1117; }
p { color: rgb(92,17,23); }
H1.HeaderClassName
{
color: #5C1117;
}
.AnyTagClassName
{
color: #5C1117;
}
</style>
background-color css
<style>
a { background-color: #5C1117; }
a { background-color: rgb(92,17,23); }
div.DivClassName
{
background-color: #5C1117;
}
.BgClassName
{
background-color: #5C1117;
}
</style>
border-color css
<style>
span { border-color: #5C1117; }
span { border-color: rgb(92,17,23); }
td.TdClassName
{
border-color: #5C1117;
}
.TagClassName
{
border-color: #5C1117;
}
</style>