Shades of Cinnabar #E54A1F
Tints of Cinnabar #E54A1F
RGB
CMYK
RGB Variations
Color information
#E54A1F (or 0xE54A1F) is known color: Cinnabar. HEX triplet: E5, 4A and 1F. RGB value is (229,74,31). Sum of RGB (Red+Green+Blue) = 229+74+31=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54A1F is #1AB5E0. Grayscale: #737373. Windows color (decimal): -1750497 or 2050789. OLE color: 2050789.
HSL color Cylindrical-coordinate representation of color #E54A1F: hue angle of 13.03º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E54A1F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 31 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.10 |
| HSL | 13.03º | 0.79% | 0.51% | - |
| HSV(B) | 13.03º | 0.86% | 0.9% | - |
| XYZ | 35.01 | 21.65 | 3.63 | - |
| YUV | 115.44 | 80.35 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 31 | 0 | 0.68 | 0.86 | 0.10 | 13.03 | 0.79 | 0.51 |
| Hex | E5 | 4A | 1F | 0 | 44 | 56 | A | D | 4F | 33 |
| Octal | 345 | 112 | 37 | 0 | 104 | 126 | 12 | 15 | 117 | 63 |
| Binary | 11100101 | 1001010 | 11111 | 0 | 1000100 | 1010110 | 1010 | 1101 | 1001111 | 110011 |
Color Harmonies of #E54A1F
Complementary color
Monochromatic Colors of #E54A1F
Black with #E54A1F
Text Example
Text Example
White with #E54A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A1F; }
p { color: rgb(229,74,31); }
H1.HeaderClassName
{
color: #E54A1F;
}
.AnyTagClassName
{
color: #E54A1F;
}
</style>
background-color css
<style>
a { background-color: #E54A1F; }
a { background-color: rgb(229,74,31); }
div.DivClassName
{
background-color: #E54A1F;
}
.BgClassName
{
background-color: #E54A1F;
}
</style>
border-color css
<style>
span { border-color: #E54A1F; }
span { border-color: rgb(229,74,31); }
td.TdClassName
{
border-color: #E54A1F;
}
.TagClassName
{
border-color: #E54A1F;
}
</style>