Shades of Burnt Crimson #580D11
Tints of Burnt Crimson #580D11
RGB
CMYK
RGB Variations
Color information
#580D11 (or 0x580D11) is known color: Burnt Crimson. HEX triplet: 58, 0D and 11. RGB value is (88,13,17). Sum of RGB (Red+Green+Blue) = 88+13+17=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #580D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D11 is #A7F2EE. Grayscale: #232323. Windows color (decimal): -11006703 or 1117528. OLE color: 1117528.
HSL color Cylindrical-coordinate representation of color #580D11: hue angle of 356.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D11 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 13 | 17 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.65 |
| HSL | 356.8º | 0.74% | 0.2% | - |
| HSV(B) | 356.8º | 0.85% | 0.35% | - |
| XYZ | 4.27 | 2.4 | 0.77 | - |
| YUV | 35.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 17 | 0 | 0.85 | 0.81 | 0.65 | 356.8 | 0.74 | 0.2 |
| Hex | 58 | D | 11 | 0 | 55 | 51 | 41 | 165 | 4A | 14 |
| Octal | 130 | 15 | 21 | 0 | 125 | 121 | 101 | 545 | 112 | 24 |
| Binary | 1011000 | 1101 | 10001 | 0 | 1010101 | 1010001 | 1000001 | 101100101 | 1001010 | 10100 |
Color Harmonies of #580D11
Complementary color
Monochromatic Colors of #580D11
Black with #580D11
Text Example
Text Example
White with #580D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D11; }
p { color: rgb(88,13,17); }
H1.HeaderClassName
{
color: #580D11;
}
.AnyTagClassName
{
color: #580D11;
}
</style>
background-color css
<style>
a { background-color: #580D11; }
a { background-color: rgb(88,13,17); }
div.DivClassName
{
background-color: #580D11;
}
.BgClassName
{
background-color: #580D11;
}
</style>
border-color css
<style>
span { border-color: #580D11; }
span { border-color: rgb(88,13,17); }
td.TdClassName
{
border-color: #580D11;
}
.TagClassName
{
border-color: #580D11;
}
</style>