Shades of Burnt Crimson #571C24
Tints of Burnt Crimson #571C24
RGB
CMYK
RGB Variations
Color information
#571C24 (or 0x571C24) is known color: Burnt Crimson. HEX triplet: 57, 1C and 24. RGB value is (87,28,36). Sum of RGB (Red+Green+Blue) = 87+28+36=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C24 is #A8E3DB. Grayscale: #2E2E2E. Windows color (decimal): -11068380 or 2366551. OLE color: 2366551.
HSL color Cylindrical-coordinate representation of color #571C24: hue angle of 351.86º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C24 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 36 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.66 |
| HSL | 351.86º | 0.51% | 0.23% | - |
| HSV(B) | 351.86º | 0.68% | 0.34% | - |
| XYZ | 4.66 | 2.98 | 2 | - |
| YUV | 46.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 36 | 0 | 0.68 | 0.59 | 0.66 | 351.86 | 0.51 | 0.23 |
| Hex | 57 | 1C | 24 | 0 | 44 | 3B | 42 | 160 | 33 | 17 |
| Octal | 127 | 34 | 44 | 0 | 104 | 73 | 102 | 540 | 63 | 27 |
| Binary | 1010111 | 11100 | 100100 | 0 | 1000100 | 111011 | 1000010 | 101100000 | 110011 | 10111 |
Color Harmonies of #571C24
Complementary color
Monochromatic Colors of #571C24
Black with #571C24
Text Example
Text Example
White with #571C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C24; }
p { color: rgb(87,28,36); }
H1.HeaderClassName
{
color: #571C24;
}
.AnyTagClassName
{
color: #571C24;
}
</style>
background-color css
<style>
a { background-color: #571C24; }
a { background-color: rgb(87,28,36); }
div.DivClassName
{
background-color: #571C24;
}
.BgClassName
{
background-color: #571C24;
}
</style>
border-color css
<style>
span { border-color: #571C24; }
span { border-color: rgb(87,28,36); }
td.TdClassName
{
border-color: #571C24;
}
.TagClassName
{
border-color: #571C24;
}
</style>