Shades of Burnt Crimson #580E15
Tints of Burnt Crimson #580E15
RGB
CMYK
RGB Variations
Color information
#580E15 (or 0x580E15) is known color: Burnt Crimson. HEX triplet: 58, 0E and 15. RGB value is (88,14,21). Sum of RGB (Red+Green+Blue) = 88+14+21=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E15 is #A7F1EA. Grayscale: #242424. Windows color (decimal): -11006443 or 1379928. OLE color: 1379928.
HSL color Cylindrical-coordinate representation of color #580E15: hue angle of 354.32º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E15 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 21 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.65 |
| HSL | 354.32º | 0.73% | 0.2% | - |
| HSV(B) | 354.32º | 0.84% | 0.35% | - |
| XYZ | 4.32 | 2.44 | 0.95 | - |
| YUV | 36.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 21 | 0 | 0.84 | 0.76 | 0.65 | 354.32 | 0.73 | 0.2 |
| Hex | 58 | E | 15 | 0 | 54 | 4C | 41 | 162 | 49 | 14 |
| Octal | 130 | 16 | 25 | 0 | 124 | 114 | 101 | 542 | 111 | 24 |
| Binary | 1011000 | 1110 | 10101 | 0 | 1010100 | 1001100 | 1000001 | 101100010 | 1001001 | 10100 |
Color Harmonies of #580E15
Complementary color
Monochromatic Colors of #580E15
Black with #580E15
Text Example
Text Example
White with #580E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E15; }
p { color: rgb(88,14,21); }
H1.HeaderClassName
{
color: #580E15;
}
.AnyTagClassName
{
color: #580E15;
}
</style>
background-color css
<style>
a { background-color: #580E15; }
a { background-color: rgb(88,14,21); }
div.DivClassName
{
background-color: #580E15;
}
.BgClassName
{
background-color: #580E15;
}
</style>
border-color css
<style>
span { border-color: #580E15; }
span { border-color: rgb(88,14,21); }
td.TdClassName
{
border-color: #580E15;
}
.TagClassName
{
border-color: #580E15;
}
</style>