Shades of Cinnabar #E63C28
Tints of Cinnabar #E63C28
RGB
CMYK
RGB Variations
Color information
#E63C28 (or 0xE63C28) is known color: Cinnabar. HEX triplet: E6, 3C and 28. RGB value is (230,60,40). Sum of RGB (Red+Green+Blue) = 230+60+40=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C28 is #19C3D7. Grayscale: #6C6C6C. Windows color (decimal): -1688536 or 2637030. OLE color: 2637030.
HSL color Cylindrical-coordinate representation of color #E63C28: hue angle of 6.32º 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 #E63C28 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 40 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.10 |
| HSL | 6.32º | 0.79% | 0.53% | - |
| HSV(B) | 6.32º | 0.83% | 0.9% | - |
| XYZ | 34.63 | 20.21 | 4.08 | - |
| YUV | 108.55 | 89.32 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 40 | 0 | 0.74 | 0.83 | 0.10 | 6.32 | 0.79 | 0.53 |
| Hex | E6 | 3C | 28 | 0 | 4A | 53 | A | 6 | 4F | 35 |
| Octal | 346 | 74 | 50 | 0 | 112 | 123 | 12 | 6 | 117 | 65 |
| Binary | 11100110 | 111100 | 101000 | 0 | 1001010 | 1010011 | 1010 | 110 | 1001111 | 110101 |
Color Harmonies of #E63C28
Complementary color
Monochromatic Colors of #E63C28
Black with #E63C28
Text Example
Text Example
White with #E63C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C28; }
p { color: rgb(230,60,40); }
H1.HeaderClassName
{
color: #E63C28;
}
.AnyTagClassName
{
color: #E63C28;
}
</style>
background-color css
<style>
a { background-color: #E63C28; }
a { background-color: rgb(230,60,40); }
div.DivClassName
{
background-color: #E63C28;
}
.BgClassName
{
background-color: #E63C28;
}
</style>
border-color css
<style>
span { border-color: #E63C28; }
span { border-color: rgb(230,60,40); }
td.TdClassName
{
border-color: #E63C28;
}
.TagClassName
{
border-color: #E63C28;
}
</style>