Shades of Burnt Crimson #540E0F
Tints of Burnt Crimson #540E0F
RGB
CMYK
RGB Variations
Color information
#540E0F (or 0x540E0F) is known color: Burnt Crimson. HEX triplet: 54, 0E and 0F. RGB value is (84,14,15). Sum of RGB (Red+Green+Blue) = 84+14+15=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #540E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E0F is #ABF1F0. Grayscale: #232323. Windows color (decimal): -11268593 or 986708. OLE color: 986708.
HSL color Cylindrical-coordinate representation of color #540E0F: hue angle of 359.14º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540E0F is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 15 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.67 |
| HSL | 359.14º | 0.71% | 0.19% | - |
| HSV(B) | 359.14º | 0.83% | 0.33% | - |
| XYZ | 3.9 | 2.23 | 0.68 | - |
| YUV | 35.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 15 | 0 | 0.83 | 0.82 | 0.67 | 359.14 | 0.71 | 0.19 |
| Hex | 54 | E | F | 0 | 53 | 52 | 43 | 167 | 47 | 13 |
| Octal | 124 | 16 | 17 | 0 | 123 | 122 | 103 | 547 | 107 | 23 |
| Binary | 1010100 | 1110 | 1111 | 0 | 1010011 | 1010010 | 1000011 | 101100111 | 1000111 | 10011 |
Color Harmonies of #540E0F
Complementary color
Monochromatic Colors of #540E0F
Black with #540E0F
Text Example
Text Example
White with #540E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E0F; }
p { color: rgb(84,14,15); }
H1.HeaderClassName
{
color: #540E0F;
}
.AnyTagClassName
{
color: #540E0F;
}
</style>
background-color css
<style>
a { background-color: #540E0F; }
a { background-color: rgb(84,14,15); }
div.DivClassName
{
background-color: #540E0F;
}
.BgClassName
{
background-color: #540E0F;
}
</style>
border-color css
<style>
span { border-color: #540E0F; }
span { border-color: rgb(84,14,15); }
td.TdClassName
{
border-color: #540E0F;
}
.TagClassName
{
border-color: #540E0F;
}
</style>