Shades of Cinnabar #E04F1D
Tints of Cinnabar #E04F1D
RGB
CMYK
RGB Variations
Color information
#E04F1D (or 0xE04F1D) is known color: Cinnabar. HEX triplet: E0, 4F and 1D. RGB value is (224,79,29). Sum of RGB (Red+Green+Blue) = 224+79+29=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F1D is #1FB0E2. Grayscale: #757575. Windows color (decimal): -2076899 or 1920992. OLE color: 1920992.
HSL color Cylindrical-coordinate representation of color #E04F1D: hue angle of 15.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E04F1D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 29 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.12 |
| HSL | 15.38º | 0.77% | 0.5% | - |
| HSV(B) | 15.38º | 0.87% | 0.88% | - |
| XYZ | 33.76 | 21.53 | 3.54 | - |
| YUV | 116.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 29 | 0 | 0.65 | 0.87 | 0.12 | 15.38 | 0.77 | 0.5 |
| Hex | E0 | 4F | 1D | 0 | 41 | 57 | C | F | 4D | 32 |
| Octal | 340 | 117 | 35 | 0 | 101 | 127 | 14 | 17 | 115 | 62 |
| Binary | 11100000 | 1001111 | 11101 | 0 | 1000001 | 1010111 | 1100 | 1111 | 1001101 | 110010 |
Color Harmonies of #E04F1D
Complementary color
Monochromatic Colors of #E04F1D
Black with #E04F1D
Text Example
Text Example
White with #E04F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F1D; }
p { color: rgb(224,79,29); }
H1.HeaderClassName
{
color: #E04F1D;
}
.AnyTagClassName
{
color: #E04F1D;
}
</style>
background-color css
<style>
a { background-color: #E04F1D; }
a { background-color: rgb(224,79,29); }
div.DivClassName
{
background-color: #E04F1D;
}
.BgClassName
{
background-color: #E04F1D;
}
</style>
border-color css
<style>
span { border-color: #E04F1D; }
span { border-color: rgb(224,79,29); }
td.TdClassName
{
border-color: #E04F1D;
}
.TagClassName
{
border-color: #E04F1D;
}
</style>