Shades of Burnt Crimson #58141D
Tints of Burnt Crimson #58141D
RGB
CMYK
RGB Variations
Color information
#58141D (or 0x58141D) is known color: Burnt Crimson. HEX triplet: 58, 14 and 1D. RGB value is (88,20,29). Sum of RGB (Red+Green+Blue) = 88+20+29=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141D is #A7EBE2. Grayscale: #292929. Windows color (decimal): -11004899 or 1905752. OLE color: 1905752.
HSL color Cylindrical-coordinate representation of color #58141D: hue angle of 352.06º 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 #58141D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 29 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.65 |
| HSL | 352.06º | 0.63% | 0.21% | - |
| HSV(B) | 352.06º | 0.77% | 0.35% | - |
| XYZ | 4.5 | 2.66 | 1.44 | - |
| YUV | 41.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 29 | 0 | 0.77 | 0.67 | 0.65 | 352.06 | 0.63 | 0.21 |
| Hex | 58 | 14 | 1D | 0 | 4D | 43 | 41 | 160 | 3F | 15 |
| Octal | 130 | 24 | 35 | 0 | 115 | 103 | 101 | 540 | 77 | 25 |
| Binary | 1011000 | 10100 | 11101 | 0 | 1001101 | 1000011 | 1000001 | 101100000 | 111111 | 10101 |
Color Harmonies of #58141D
Complementary color
Monochromatic Colors of #58141D
Black with #58141D
Text Example
Text Example
White with #58141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58141D; }
p { color: rgb(88,20,29); }
H1.HeaderClassName
{
color: #58141D;
}
.AnyTagClassName
{
color: #58141D;
}
</style>
background-color css
<style>
a { background-color: #58141D; }
a { background-color: rgb(88,20,29); }
div.DivClassName
{
background-color: #58141D;
}
.BgClassName
{
background-color: #58141D;
}
</style>
border-color css
<style>
span { border-color: #58141D; }
span { border-color: rgb(88,20,29); }
td.TdClassName
{
border-color: #58141D;
}
.TagClassName
{
border-color: #58141D;
}
</style>