Shades of Burnt Crimson #571D24
Tints of Burnt Crimson #571D24
RGB
CMYK
RGB Variations
Color information
#571D24 (or 0x571D24) is known color: Burnt Crimson. HEX triplet: 57, 1D and 24. RGB value is (87,29,36). Sum of RGB (Red+Green+Blue) = 87+29+36=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D24 is #A8E2DB. Grayscale: #2F2F2F. Windows color (decimal): -11068124 or 2366807. OLE color: 2366807.
HSL color Cylindrical-coordinate representation of color #571D24: hue angle of 352.76º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D24 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 36 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.66 |
| HSL | 352.76º | 0.5% | 0.23% | - |
| HSV(B) | 352.76º | 0.67% | 0.34% | - |
| XYZ | 4.69 | 3.03 | 2.01 | - |
| YUV | 47.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 36 | 0 | 0.67 | 0.59 | 0.66 | 352.76 | 0.5 | 0.23 |
| Hex | 57 | 1D | 24 | 0 | 43 | 3B | 42 | 161 | 32 | 17 |
| Octal | 127 | 35 | 44 | 0 | 103 | 73 | 102 | 541 | 62 | 27 |
| Binary | 1010111 | 11101 | 100100 | 0 | 1000011 | 111011 | 1000010 | 101100001 | 110010 | 10111 |
Color Harmonies of #571D24
Complementary color
Monochromatic Colors of #571D24
Black with #571D24
Text Example
Text Example
White with #571D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D24; }
p { color: rgb(87,29,36); }
H1.HeaderClassName
{
color: #571D24;
}
.AnyTagClassName
{
color: #571D24;
}
</style>
background-color css
<style>
a { background-color: #571D24; }
a { background-color: rgb(87,29,36); }
div.DivClassName
{
background-color: #571D24;
}
.BgClassName
{
background-color: #571D24;
}
</style>
border-color css
<style>
span { border-color: #571D24; }
span { border-color: rgb(87,29,36); }
td.TdClassName
{
border-color: #571D24;
}
.TagClassName
{
border-color: #571D24;
}
</style>