Shades of Burnt Crimson #581418
Tints of Burnt Crimson #581418
RGB
CMYK
RGB Variations
Color information
#581418 (or 0x581418) is known color: Burnt Crimson. HEX triplet: 58, 14 and 18. RGB value is (88,20,24). Sum of RGB (Red+Green+Blue) = 88+20+24=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #581418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581418 is #A7EBE7. Grayscale: #282828. Windows color (decimal): -11004904 or 1578072. OLE color: 1578072.
HSL color Cylindrical-coordinate representation of color #581418: hue angle of 356.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581418 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 24 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.65 |
| HSL | 356.47º | 0.63% | 0.21% | - |
| HSV(B) | 356.47º | 0.77% | 0.35% | - |
| XYZ | 4.44 | 2.64 | 1.14 | - |
| YUV | 40.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 24 | 0 | 0.77 | 0.73 | 0.65 | 356.47 | 0.63 | 0.21 |
| Hex | 58 | 14 | 18 | 0 | 4D | 49 | 41 | 164 | 3F | 15 |
| Octal | 130 | 24 | 30 | 0 | 115 | 111 | 101 | 544 | 77 | 25 |
| Binary | 1011000 | 10100 | 11000 | 0 | 1001101 | 1001001 | 1000001 | 101100100 | 111111 | 10101 |
Color Harmonies of #581418
Complementary color
Monochromatic Colors of #581418
Black with #581418
Text Example
Text Example
White with #581418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581418; }
p { color: rgb(88,20,24); }
H1.HeaderClassName
{
color: #581418;
}
.AnyTagClassName
{
color: #581418;
}
</style>
background-color css
<style>
a { background-color: #581418; }
a { background-color: rgb(88,20,24); }
div.DivClassName
{
background-color: #581418;
}
.BgClassName
{
background-color: #581418;
}
</style>
border-color css
<style>
span { border-color: #581418; }
span { border-color: rgb(88,20,24); }
td.TdClassName
{
border-color: #581418;
}
.TagClassName
{
border-color: #581418;
}
</style>