Shades of Burnt Crimson #5C1213
Tints of Burnt Crimson #5C1213
RGB
CMYK
RGB Variations
Color information
#5C1213 (or 0x5C1213) is known color: Burnt Crimson. HEX triplet: 5C, 12 and 13. RGB value is (92,18,19). Sum of RGB (Red+Green+Blue) = 92+18+19=129 (17% of max value = 765). Red value is 92 (36.33% from 255 or 71.32% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1213 is #A3EDEC. Grayscale: #282828. Windows color (decimal): -10743277 or 1249884. OLE color: 1249884.
HSL color Cylindrical-coordinate representation of color #5C1213: hue angle of 359.19º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1213 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 19 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.64 |
| HSL | 359.19º | 0.67% | 0.22% | - |
| HSV(B) | 359.19º | 0.8% | 0.36% | - |
| XYZ | 4.75 | 2.75 | 0.9 | - |
| YUV | 40.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 19 | 0 | 0.80 | 0.79 | 0.64 | 359.19 | 0.67 | 0.22 |
| Hex | 5C | 12 | 13 | 0 | 50 | 4F | 40 | 167 | 43 | 16 |
| Octal | 134 | 22 | 23 | 0 | 120 | 117 | 100 | 547 | 103 | 26 |
| Binary | 1011100 | 10010 | 10011 | 0 | 1010000 | 1001111 | 1000000 | 101100111 | 1000011 | 10110 |
Color Harmonies of #5C1213
Complementary color
Monochromatic Colors of #5C1213
Black with #5C1213
Text Example
Text Example
White with #5C1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1213; }
p { color: rgb(92,18,19); }
H1.HeaderClassName
{
color: #5C1213;
}
.AnyTagClassName
{
color: #5C1213;
}
</style>
background-color css
<style>
a { background-color: #5C1213; }
a { background-color: rgb(92,18,19); }
div.DivClassName
{
background-color: #5C1213;
}
.BgClassName
{
background-color: #5C1213;
}
</style>
border-color css
<style>
span { border-color: #5C1213; }
span { border-color: rgb(92,18,19); }
td.TdClassName
{
border-color: #5C1213;
}
.TagClassName
{
border-color: #5C1213;
}
</style>