Shades of Cinnabar #E63228
Tints of Cinnabar #E63228
RGB
CMYK
RGB Variations
Color information
#E63228 (or 0xE63228) is known color: Cinnabar. HEX triplet: E6, 32 and 28. RGB value is (230,50,40). Sum of RGB (Red+Green+Blue) = 230+50+40=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E63228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63228 is #19CDD7. Grayscale: #666666. Windows color (decimal): -1691096 or 2634470. OLE color: 2634470.
HSL color Cylindrical-coordinate representation of color #E63228: hue angle of 3.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E63228 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 40 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.10 |
| HSL | 3.16º | 0.79% | 0.53% | - |
| HSV(B) | 3.16º | 0.83% | 0.9% | - |
| XYZ | 34.16 | 19.26 | 3.92 | - |
| YUV | 102.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 40 | 0 | 0.78 | 0.83 | 0.10 | 3.16 | 0.79 | 0.53 |
| Hex | E6 | 32 | 28 | 0 | 4E | 53 | A | 3 | 4F | 35 |
| Octal | 346 | 62 | 50 | 0 | 116 | 123 | 12 | 3 | 117 | 65 |
| Binary | 11100110 | 110010 | 101000 | 0 | 1001110 | 1010011 | 1010 | 11 | 1001111 | 110101 |
Color Harmonies of #E63228
Complementary color
Monochromatic Colors of #E63228
Black with #E63228
Text Example
Text Example
White with #E63228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63228; }
p { color: rgb(230,50,40); }
H1.HeaderClassName
{
color: #E63228;
}
.AnyTagClassName
{
color: #E63228;
}
</style>
background-color css
<style>
a { background-color: #E63228; }
a { background-color: rgb(230,50,40); }
div.DivClassName
{
background-color: #E63228;
}
.BgClassName
{
background-color: #E63228;
}
</style>
border-color css
<style>
span { border-color: #E63228; }
span { border-color: rgb(230,50,40); }
td.TdClassName
{
border-color: #E63228;
}
.TagClassName
{
border-color: #E63228;
}
</style>