Shades of Burnt Crimson #570C0F
Tints of Burnt Crimson #570C0F
RGB
CMYK
RGB Variations
Color information
#570C0F (or 0x570C0F) is known color: Burnt Crimson. HEX triplet: 57, 0C and 0F. RGB value is (87,12,15). Sum of RGB (Red+Green+Blue) = 87+12+15=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C0F is #A8F3F0. Grayscale: #222222. Windows color (decimal): -11072497 or 986199. OLE color: 986199.
HSL color Cylindrical-coordinate representation of color #570C0F: hue angle of 357.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C0F is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 15 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.66 |
| HSL | 357.6º | 0.76% | 0.19% | - |
| HSV(B) | 357.6º | 0.86% | 0.34% | - |
| XYZ | 4.15 | 2.32 | 0.68 | - |
| YUV | 34.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 15 | 0 | 0.86 | 0.83 | 0.66 | 357.6 | 0.76 | 0.19 |
| Hex | 57 | C | F | 0 | 56 | 53 | 42 | 166 | 4C | 13 |
| Octal | 127 | 14 | 17 | 0 | 126 | 123 | 102 | 546 | 114 | 23 |
| Binary | 1010111 | 1100 | 1111 | 0 | 1010110 | 1010011 | 1000010 | 101100110 | 1001100 | 10011 |
Color Harmonies of #570C0F
Complementary color
Monochromatic Colors of #570C0F
Black with #570C0F
Text Example
Text Example
White with #570C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C0F; }
p { color: rgb(87,12,15); }
H1.HeaderClassName
{
color: #570C0F;
}
.AnyTagClassName
{
color: #570C0F;
}
</style>
background-color css
<style>
a { background-color: #570C0F; }
a { background-color: rgb(87,12,15); }
div.DivClassName
{
background-color: #570C0F;
}
.BgClassName
{
background-color: #570C0F;
}
</style>
border-color css
<style>
span { border-color: #570C0F; }
span { border-color: rgb(87,12,15); }
td.TdClassName
{
border-color: #570C0F;
}
.TagClassName
{
border-color: #570C0F;
}
</style>