Shades of Cinnabar #E04D3C
Tints of Cinnabar #E04D3C
RGB
CMYK
RGB Variations
Color information
#E04D3C (or 0xE04D3C) is known color: Cinnabar. HEX triplet: E0, 4D and 3C. RGB value is (224,77,60). Sum of RGB (Red+Green+Blue) = 224+77+60=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D3C is #1FB2C3. Grayscale: #777777. Windows color (decimal): -2077380 or 3952096. OLE color: 3952096.
HSL color Cylindrical-coordinate representation of color #E04D3C: hue angle of 6.22º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E04D3C is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 60 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.12 |
| HSL | 6.22º | 0.73% | 0.56% | - |
| HSV(B) | 6.22º | 0.73% | 0.88% | - |
| XYZ | 34.21 | 21.48 | 6.62 | - |
| YUV | 119.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 60 | 0 | 0.66 | 0.73 | 0.12 | 6.22 | 0.73 | 0.56 |
| Hex | E0 | 4D | 3C | 0 | 42 | 49 | C | 6 | 49 | 38 |
| Octal | 340 | 115 | 74 | 0 | 102 | 111 | 14 | 6 | 111 | 70 |
| Binary | 11100000 | 1001101 | 111100 | 0 | 1000010 | 1001001 | 1100 | 110 | 1001001 | 111000 |
Color Harmonies of #E04D3C
Complementary color
Monochromatic Colors of #E04D3C
Black with #E04D3C
Text Example
Text Example
White with #E04D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D3C; }
p { color: rgb(224,77,60); }
H1.HeaderClassName
{
color: #E04D3C;
}
.AnyTagClassName
{
color: #E04D3C;
}
</style>
background-color css
<style>
a { background-color: #E04D3C; }
a { background-color: rgb(224,77,60); }
div.DivClassName
{
background-color: #E04D3C;
}
.BgClassName
{
background-color: #E04D3C;
}
</style>
border-color css
<style>
span { border-color: #E04D3C; }
span { border-color: rgb(224,77,60); }
td.TdClassName
{
border-color: #E04D3C;
}
.TagClassName
{
border-color: #E04D3C;
}
</style>