Shades of Burnt Crimson #581112
Tints of Burnt Crimson #581112
RGB
CMYK
RGB Variations
Color information
#581112 (or 0x581112) is known color: Burnt Crimson. HEX triplet: 58, 11 and 12. RGB value is (88,17,18). Sum of RGB (Red+Green+Blue) = 88+17+18=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #581112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581112 is #A7EEED. Grayscale: #262626. Windows color (decimal): -11005678 or 1184088. OLE color: 1184088.
HSL color Cylindrical-coordinate representation of color #581112: hue angle of 359.15º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581112 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 18 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.65 |
| HSL | 359.15º | 0.68% | 0.21% | - |
| HSV(B) | 359.15º | 0.81% | 0.35% | - |
| XYZ | 4.33 | 2.52 | 0.83 | - |
| YUV | 38.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 18 | 0 | 0.81 | 0.80 | 0.65 | 359.15 | 0.68 | 0.21 |
| Hex | 58 | 11 | 12 | 0 | 51 | 50 | 41 | 167 | 44 | 15 |
| Octal | 130 | 21 | 22 | 0 | 121 | 120 | 101 | 547 | 104 | 25 |
| Binary | 1011000 | 10001 | 10010 | 0 | 1010001 | 1010000 | 1000001 | 101100111 | 1000100 | 10101 |
Color Harmonies of #581112
Complementary color
Monochromatic Colors of #581112
Black with #581112
Text Example
Text Example
White with #581112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581112; }
p { color: rgb(88,17,18); }
H1.HeaderClassName
{
color: #581112;
}
.AnyTagClassName
{
color: #581112;
}
</style>
background-color css
<style>
a { background-color: #581112; }
a { background-color: rgb(88,17,18); }
div.DivClassName
{
background-color: #581112;
}
.BgClassName
{
background-color: #581112;
}
</style>
border-color css
<style>
span { border-color: #581112; }
span { border-color: rgb(88,17,18); }
td.TdClassName
{
border-color: #581112;
}
.TagClassName
{
border-color: #581112;
}
</style>