Shades of Burnt Crimson #541214
Tints of Burnt Crimson #541214
RGB
CMYK
RGB Variations
Color information
#541214 (or 0x541214) is known color: Burnt Crimson. HEX triplet: 54, 12 and 14. RGB value is (84,18,20). Sum of RGB (Red+Green+Blue) = 84+18+20=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541214 is #ABEDEB. Grayscale: #262626. Windows color (decimal): -11267564 or 1315412. OLE color: 1315412.
HSL color Cylindrical-coordinate representation of color #541214: hue angle of 358.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541214 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 20 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.67 |
| HSL | 358.18º | 0.65% | 0.2% | - |
| HSV(B) | 358.18º | 0.79% | 0.33% | - |
| XYZ | 4 | 2.37 | 0.91 | - |
| YUV | 37.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 20 | 0 | 0.79 | 0.76 | 0.67 | 358.18 | 0.65 | 0.2 |
| Hex | 54 | 12 | 14 | 0 | 4F | 4C | 43 | 166 | 41 | 14 |
| Octal | 124 | 22 | 24 | 0 | 117 | 114 | 103 | 546 | 101 | 24 |
| Binary | 1010100 | 10010 | 10100 | 0 | 1001111 | 1001100 | 1000011 | 101100110 | 1000001 | 10100 |
Color Harmonies of #541214
Complementary color
Monochromatic Colors of #541214
Black with #541214
Text Example
Text Example
White with #541214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541214; }
p { color: rgb(84,18,20); }
H1.HeaderClassName
{
color: #541214;
}
.AnyTagClassName
{
color: #541214;
}
</style>
background-color css
<style>
a { background-color: #541214; }
a { background-color: rgb(84,18,20); }
div.DivClassName
{
background-color: #541214;
}
.BgClassName
{
background-color: #541214;
}
</style>
border-color css
<style>
span { border-color: #541214; }
span { border-color: rgb(84,18,20); }
td.TdClassName
{
border-color: #541214;
}
.TagClassName
{
border-color: #541214;
}
</style>