Shades of Cinnabar #E63C18
Tints of Cinnabar #E63C18
RGB
CMYK
RGB Variations
Color information
#E63C18 (or 0xE63C18) is known color: Cinnabar. HEX triplet: E6, 3C and 18. RGB value is (230,60,24). Sum of RGB (Red+Green+Blue) = 230+60+24=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E63C18 is #19C3E7. Grayscale: #6B6B6B. Windows color (decimal): -1688552 or 1588454. OLE color: 1588454.
HSL color Cylindrical-coordinate representation of color #E63C18: hue angle of 10.49º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E63C18 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.10 |
| HSL | 10.49º | 0.81% | 0.5% | - |
| HSV(B) | 10.49º | 0.9% | 0.9% | - |
| XYZ | 34.41 | 20.12 | 2.93 | - |
| YUV | 106.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 24 | 0 | 0.74 | 0.90 | 0.10 | 10.49 | 0.81 | 0.5 |
| Hex | E6 | 3C | 18 | 0 | 4A | 5A | A | A | 51 | 32 |
| Octal | 346 | 74 | 30 | 0 | 112 | 132 | 12 | 12 | 121 | 62 |
| Binary | 11100110 | 111100 | 11000 | 0 | 1001010 | 1011010 | 1010 | 1010 | 1010001 | 110010 |
Color Harmonies of #E63C18
Complementary color
Monochromatic Colors of #E63C18
Black with #E63C18
Text Example
Text Example
White with #E63C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C18; }
p { color: rgb(230,60,24); }
H1.HeaderClassName
{
color: #E63C18;
}
.AnyTagClassName
{
color: #E63C18;
}
</style>
background-color css
<style>
a { background-color: #E63C18; }
a { background-color: rgb(230,60,24); }
div.DivClassName
{
background-color: #E63C18;
}
.BgClassName
{
background-color: #E63C18;
}
</style>
border-color css
<style>
span { border-color: #E63C18; }
span { border-color: rgb(230,60,24); }
td.TdClassName
{
border-color: #E63C18;
}
.TagClassName
{
border-color: #E63C18;
}
</style>