Shades of Cinnabar #E44C44
Tints of Cinnabar #E44C44
RGB
CMYK
RGB Variations
Color information
#E44C44 (or 0xE44C44) is known color: Cinnabar. HEX triplet: E4, 4C and 44. RGB value is (228,76,68). Sum of RGB (Red+Green+Blue) = 228+76+68=372 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.29% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 228 - color contains mainly: red. Hex color #E44C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44C44 is #1BB3BB. Grayscale: #787878. Windows color (decimal): -1815484 or 4476132. OLE color: 4476132.
HSL color Cylindrical-coordinate representation of color #E44C44: hue angle of 3º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44C44 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 68 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.11 |
| HSL | 3º | 0.75% | 0.58% | - |
| HSV(B) | 3º | 0.7% | 0.89% | - |
| XYZ | 35.62 | 22.08 | 7.85 | - |
| YUV | 120.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 68 | 0 | 0.67 | 0.70 | 0.11 | 3 | 0.75 | 0.58 |
| Hex | E4 | 4C | 44 | 0 | 43 | 46 | B | 3 | 4B | 3A |
| Octal | 344 | 114 | 104 | 0 | 103 | 106 | 13 | 3 | 113 | 72 |
| Binary | 11100100 | 1001100 | 1000100 | 0 | 1000011 | 1000110 | 1011 | 11 | 1001011 | 111010 |
Color Harmonies of #E44C44
Complementary color
Monochromatic Colors of #E44C44
Black with #E44C44
Text Example
Text Example
White with #E44C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44C44; }
p { color: rgb(228,76,68); }
H1.HeaderClassName
{
color: #E44C44;
}
.AnyTagClassName
{
color: #E44C44;
}
</style>
background-color css
<style>
a { background-color: #E44C44; }
a { background-color: rgb(228,76,68); }
div.DivClassName
{
background-color: #E44C44;
}
.BgClassName
{
background-color: #E44C44;
}
</style>
border-color css
<style>
span { border-color: #E44C44; }
span { border-color: rgb(228,76,68); }
td.TdClassName
{
border-color: #E44C44;
}
.TagClassName
{
border-color: #E44C44;
}
</style>