Shades of Cinnabar #E63229
Tints of Cinnabar #E63229
RGB
CMYK
RGB Variations
Color information
#E63229 (or 0xE63229) is known color: Cinnabar. HEX triplet: E6, 32 and 29. RGB value is (230,50,41). Sum of RGB (Red+Green+Blue) = 230+50+41=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E63229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63229 is #19CDD6. Grayscale: #676767. Windows color (decimal): -1691095 or 2700006. OLE color: 2700006.
HSL color Cylindrical-coordinate representation of color #E63229: hue angle of 2.86º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E63229 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 50 | 41 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.10 |
| HSL | 2.86º | 0.79% | 0.53% | - |
| HSV(B) | 2.86º | 0.82% | 0.9% | - |
| XYZ | 34.17 | 19.26 | 4.02 | - |
| YUV | 102.79 | 93.13 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 50 | 41 | 0 | 0.78 | 0.82 | 0.10 | 2.86 | 0.79 | 0.53 |
| Hex | E6 | 32 | 29 | 0 | 4E | 52 | A | 3 | 4F | 35 |
| Octal | 346 | 62 | 51 | 0 | 116 | 122 | 12 | 3 | 117 | 65 |
| Binary | 11100110 | 110010 | 101001 | 0 | 1001110 | 1010010 | 1010 | 11 | 1001111 | 110101 |
Color Harmonies of #E63229
Complementary color
Monochromatic Colors of #E63229
Black with #E63229
Text Example
Text Example
White with #E63229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63229; }
p { color: rgb(230,50,41); }
H1.HeaderClassName
{
color: #E63229;
}
.AnyTagClassName
{
color: #E63229;
}
</style>
background-color css
<style>
a { background-color: #E63229; }
a { background-color: rgb(230,50,41); }
div.DivClassName
{
background-color: #E63229;
}
.BgClassName
{
background-color: #E63229;
}
</style>
border-color css
<style>
span { border-color: #E63229; }
span { border-color: rgb(230,50,41); }
td.TdClassName
{
border-color: #E63229;
}
.TagClassName
{
border-color: #E63229;
}
</style>