Shades of Cinnabar #E43325
Tints of Cinnabar #E43325
RGB
CMYK
RGB Variations
Color information
#E43325 (or 0xE43325) is known color: Cinnabar. HEX triplet: E4, 33 and 25. RGB value is (228,51,37). Sum of RGB (Red+Green+Blue) = 228+51+37=316 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.15% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 228 - color contains mainly: red. Hex color #E43325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43325 is #1BCCDA. Grayscale: #666666. Windows color (decimal): -1821915 or 2438116. OLE color: 2438116.
HSL color Cylindrical-coordinate representation of color #E43325: hue angle of 4.4º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E43325 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 51 | 37 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.11 |
| HSL | 4.4º | 0.78% | 0.52% | - |
| HSV(B) | 4.4º | 0.84% | 0.89% | - |
| XYZ | 33.51 | 19 | 3.65 | - |
| YUV | 102.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 51 | 37 | 0 | 0.78 | 0.84 | 0.11 | 4.4 | 0.78 | 0.52 |
| Hex | E4 | 33 | 25 | 0 | 4E | 54 | B | 4 | 4E | 34 |
| Octal | 344 | 63 | 45 | 0 | 116 | 124 | 13 | 4 | 116 | 64 |
| Binary | 11100100 | 110011 | 100101 | 0 | 1001110 | 1010100 | 1011 | 100 | 1001110 | 110100 |
Color Harmonies of #E43325
Complementary color
Monochromatic Colors of #E43325
Black with #E43325
Text Example
Text Example
White with #E43325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43325; }
p { color: rgb(228,51,37); }
H1.HeaderClassName
{
color: #E43325;
}
.AnyTagClassName
{
color: #E43325;
}
</style>
background-color css
<style>
a { background-color: #E43325; }
a { background-color: rgb(228,51,37); }
div.DivClassName
{
background-color: #E43325;
}
.BgClassName
{
background-color: #E43325;
}
</style>
border-color css
<style>
span { border-color: #E43325; }
span { border-color: rgb(228,51,37); }
td.TdClassName
{
border-color: #E43325;
}
.TagClassName
{
border-color: #E43325;
}
</style>