Shades of Burnt Crimson #5C0D0F
Tints of Burnt Crimson #5C0D0F
RGB
CMYK
RGB Variations
Color information
#5C0D0F (or 0x5C0D0F) is known color: Burnt Crimson. HEX triplet: 5C, 0D and 0F. RGB value is (92,13,15). Sum of RGB (Red+Green+Blue) = 92+13+15=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0D0F is #A3F2F0. Grayscale: #242424. Windows color (decimal): -10744561 or 986460. OLE color: 986460.
HSL color Cylindrical-coordinate representation of color #5C0D0F: hue angle of 358.48º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C0D0F is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 13 | 15 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.64 |
| HSL | 358.48º | 0.75% | 0.21% | - |
| HSV(B) | 358.48º | 0.86% | 0.36% | - |
| XYZ | 4.64 | 2.6 | 0.71 | - |
| YUV | 36.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 15 | 0 | 0.86 | 0.84 | 0.64 | 358.48 | 0.75 | 0.21 |
| Hex | 5C | D | F | 0 | 56 | 54 | 40 | 166 | 4B | 15 |
| Octal | 134 | 15 | 17 | 0 | 126 | 124 | 100 | 546 | 113 | 25 |
| Binary | 1011100 | 1101 | 1111 | 0 | 1010110 | 1010100 | 1000000 | 101100110 | 1001011 | 10101 |
Color Harmonies of #5C0D0F
Complementary color
Monochromatic Colors of #5C0D0F
Black with #5C0D0F
Text Example
Text Example
White with #5C0D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0D0F; }
p { color: rgb(92,13,15); }
H1.HeaderClassName
{
color: #5C0D0F;
}
.AnyTagClassName
{
color: #5C0D0F;
}
</style>
background-color css
<style>
a { background-color: #5C0D0F; }
a { background-color: rgb(92,13,15); }
div.DivClassName
{
background-color: #5C0D0F;
}
.BgClassName
{
background-color: #5C0D0F;
}
</style>
border-color css
<style>
span { border-color: #5C0D0F; }
span { border-color: rgb(92,13,15); }
td.TdClassName
{
border-color: #5C0D0F;
}
.TagClassName
{
border-color: #5C0D0F;
}
</style>