Shades of Cinnabar #E04F3E
Tints of Cinnabar #E04F3E
RGB
CMYK
RGB Variations
Color information
#E04F3E (or 0xE04F3E) is known color: Cinnabar. HEX triplet: E0, 4F and 3E. RGB value is (224,79,62). Sum of RGB (Red+Green+Blue) = 224+79+62=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F3E is #1FB0C1. Grayscale: #787878. Windows color (decimal): -2076866 or 4083680. OLE color: 4083680.
HSL color Cylindrical-coordinate representation of color #E04F3E: hue angle of 6.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E04F3E is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 62 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.12 |
| HSL | 6.3º | 0.72% | 0.56% | - |
| HSV(B) | 6.3º | 0.72% | 0.88% | - |
| XYZ | 34.41 | 21.79 | 6.95 | - |
| YUV | 120.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 62 | 0 | 0.65 | 0.72 | 0.12 | 6.3 | 0.72 | 0.56 |
| Hex | E0 | 4F | 3E | 0 | 41 | 48 | C | 6 | 48 | 38 |
| Octal | 340 | 117 | 76 | 0 | 101 | 110 | 14 | 6 | 110 | 70 |
| Binary | 11100000 | 1001111 | 111110 | 0 | 1000001 | 1001000 | 1100 | 110 | 1001000 | 111000 |
Color Harmonies of #E04F3E
Complementary color
Monochromatic Colors of #E04F3E
Black with #E04F3E
Text Example
Text Example
White with #E04F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F3E; }
p { color: rgb(224,79,62); }
H1.HeaderClassName
{
color: #E04F3E;
}
.AnyTagClassName
{
color: #E04F3E;
}
</style>
background-color css
<style>
a { background-color: #E04F3E; }
a { background-color: rgb(224,79,62); }
div.DivClassName
{
background-color: #E04F3E;
}
.BgClassName
{
background-color: #E04F3E;
}
</style>
border-color css
<style>
span { border-color: #E04F3E; }
span { border-color: rgb(224,79,62); }
td.TdClassName
{
border-color: #E04F3E;
}
.TagClassName
{
border-color: #E04F3E;
}
</style>