Shades of Burnt Crimson #581318
Tints of Burnt Crimson #581318
RGB
CMYK
RGB Variations
Color information
#581318 (or 0x581318) is known color: Burnt Crimson. HEX triplet: 58, 13 and 18. RGB value is (88,19,24). Sum of RGB (Red+Green+Blue) = 88+19+24=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #581318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581318 is #A7ECE7. Grayscale: #282828. Windows color (decimal): -11005160 or 1577816. OLE color: 1577816.
HSL color Cylindrical-coordinate representation of color #581318: hue angle of 355.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581318 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 24 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.65 |
| HSL | 355.65º | 0.64% | 0.21% | - |
| HSV(B) | 355.65º | 0.78% | 0.35% | - |
| XYZ | 4.42 | 2.61 | 1.13 | - |
| YUV | 40.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 24 | 0 | 0.78 | 0.73 | 0.65 | 355.65 | 0.64 | 0.21 |
| Hex | 58 | 13 | 18 | 0 | 4E | 49 | 41 | 164 | 40 | 15 |
| Octal | 130 | 23 | 30 | 0 | 116 | 111 | 101 | 544 | 100 | 25 |
| Binary | 1011000 | 10011 | 11000 | 0 | 1001110 | 1001001 | 1000001 | 101100100 | 1000000 | 10101 |
Color Harmonies of #581318
Complementary color
Monochromatic Colors of #581318
Black with #581318
Text Example
Text Example
White with #581318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581318; }
p { color: rgb(88,19,24); }
H1.HeaderClassName
{
color: #581318;
}
.AnyTagClassName
{
color: #581318;
}
</style>
background-color css
<style>
a { background-color: #581318; }
a { background-color: rgb(88,19,24); }
div.DivClassName
{
background-color: #581318;
}
.BgClassName
{
background-color: #581318;
}
</style>
border-color css
<style>
span { border-color: #581318; }
span { border-color: rgb(88,19,24); }
td.TdClassName
{
border-color: #581318;
}
.TagClassName
{
border-color: #581318;
}
</style>