Shades of Cinnabar #E04D3D
Tints of Cinnabar #E04D3D
RGB
CMYK
RGB Variations
Color information
#E04D3D (or 0xE04D3D) is known color: Cinnabar. HEX triplet: E0, 4D and 3D. RGB value is (224,77,61). Sum of RGB (Red+Green+Blue) = 224+77+61=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D3D is #1FB2C2. Grayscale: #777777. Windows color (decimal): -2077379 or 4017632. OLE color: 4017632.
HSL color Cylindrical-coordinate representation of color #E04D3D: hue angle of 5.89º degrees, saturation: 0.72, 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 #E04D3D is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 61 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.12 |
| HSL | 5.89º | 0.72% | 0.56% | - |
| HSV(B) | 5.89º | 0.73% | 0.88% | - |
| XYZ | 34.24 | 21.49 | 6.76 | - |
| YUV | 119.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 61 | 0 | 0.66 | 0.73 | 0.12 | 5.89 | 0.72 | 0.56 |
| Hex | E0 | 4D | 3D | 0 | 42 | 49 | C | 6 | 48 | 38 |
| Octal | 340 | 115 | 75 | 0 | 102 | 111 | 14 | 6 | 110 | 70 |
| Binary | 11100000 | 1001101 | 111101 | 0 | 1000010 | 1001001 | 1100 | 110 | 1001000 | 111000 |
Color Harmonies of #E04D3D
Complementary color
Monochromatic Colors of #E04D3D
Black with #E04D3D
Text Example
Text Example
White with #E04D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D3D; }
p { color: rgb(224,77,61); }
H1.HeaderClassName
{
color: #E04D3D;
}
.AnyTagClassName
{
color: #E04D3D;
}
</style>
background-color css
<style>
a { background-color: #E04D3D; }
a { background-color: rgb(224,77,61); }
div.DivClassName
{
background-color: #E04D3D;
}
.BgClassName
{
background-color: #E04D3D;
}
</style>
border-color css
<style>
span { border-color: #E04D3D; }
span { border-color: rgb(224,77,61); }
td.TdClassName
{
border-color: #E04D3D;
}
.TagClassName
{
border-color: #E04D3D;
}
</style>