Shades of Cinnabar #E44134
Tints of Cinnabar #E44134
RGB
CMYK
RGB Variations
Color information
#E44134 (or 0xE44134) is known color: Cinnabar. HEX triplet: E4, 41 and 34. RGB value is (228,65,52). Sum of RGB (Red+Green+Blue) = 228+65+52=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E44134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44134 is #1BBECB. Grayscale: #707070. Windows color (decimal): -1818316 or 3424740. OLE color: 3424740.
HSL color Cylindrical-coordinate representation of color #E44134: hue angle of 4.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E44134 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 65 | 52 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.11 |
| HSL | 4.43º | 0.77% | 0.55% | - |
| HSV(B) | 4.43º | 0.77% | 0.89% | - |
| XYZ | 34.51 | 20.52 | 5.39 | - |
| YUV | 112.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 52 | 0 | 0.71 | 0.77 | 0.11 | 4.43 | 0.77 | 0.55 |
| Hex | E4 | 41 | 34 | 0 | 47 | 4D | B | 4 | 4D | 37 |
| Octal | 344 | 101 | 64 | 0 | 107 | 115 | 13 | 4 | 115 | 67 |
| Binary | 11100100 | 1000001 | 110100 | 0 | 1000111 | 1001101 | 1011 | 100 | 1001101 | 110111 |
Color Harmonies of #E44134
Complementary color
Monochromatic Colors of #E44134
Black with #E44134
Text Example
Text Example
White with #E44134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44134; }
p { color: rgb(228,65,52); }
H1.HeaderClassName
{
color: #E44134;
}
.AnyTagClassName
{
color: #E44134;
}
</style>
background-color css
<style>
a { background-color: #E44134; }
a { background-color: rgb(228,65,52); }
div.DivClassName
{
background-color: #E44134;
}
.BgClassName
{
background-color: #E44134;
}
</style>
border-color css
<style>
span { border-color: #E44134; }
span { border-color: rgb(228,65,52); }
td.TdClassName
{
border-color: #E44134;
}
.TagClassName
{
border-color: #E44134;
}
</style>