Shades of Cinnabar #E04438
Tints of Cinnabar #E04438
RGB
CMYK
RGB Variations
Color information
#E04438 (or 0xE04438) is known color: Cinnabar. HEX triplet: E0, 44 and 38. RGB value is (224,68,56). Sum of RGB (Red+Green+Blue) = 224+68+56=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E04438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04438 is #1FBBC7. Grayscale: #717171. Windows color (decimal): -2079688 or 3687648. OLE color: 3687648.
HSL color Cylindrical-coordinate representation of color #E04438: hue angle of 4.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E04438 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 56 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.12 |
| HSL | 4.29º | 0.73% | 0.55% | - |
| HSV(B) | 4.29º | 0.75% | 0.88% | - |
| XYZ | 33.52 | 20.27 | 5.89 | - |
| YUV | 113.28 | 95.68 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 56 | 0 | 0.70 | 0.75 | 0.12 | 4.29 | 0.73 | 0.55 |
| Hex | E0 | 44 | 38 | 0 | 46 | 4B | C | 4 | 49 | 37 |
| Octal | 340 | 104 | 70 | 0 | 106 | 113 | 14 | 4 | 111 | 67 |
| Binary | 11100000 | 1000100 | 111000 | 0 | 1000110 | 1001011 | 1100 | 100 | 1001001 | 110111 |
Color Harmonies of #E04438
Complementary color
Monochromatic Colors of #E04438
Black with #E04438
Text Example
Text Example
White with #E04438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04438; }
p { color: rgb(224,68,56); }
H1.HeaderClassName
{
color: #E04438;
}
.AnyTagClassName
{
color: #E04438;
}
</style>
background-color css
<style>
a { background-color: #E04438; }
a { background-color: rgb(224,68,56); }
div.DivClassName
{
background-color: #E04438;
}
.BgClassName
{
background-color: #E04438;
}
</style>
border-color css
<style>
span { border-color: #E04438; }
span { border-color: rgb(224,68,56); }
td.TdClassName
{
border-color: #E04438;
}
.TagClassName
{
border-color: #E04438;
}
</style>