Shades of Cinnabar #E63C37
Tints of Cinnabar #E63C37
RGB
CMYK
RGB Variations
Color information
#E63C37 (or 0xE63C37) is known color: Cinnabar. HEX triplet: E6, 3C and 37. RGB value is (230,60,55). Sum of RGB (Red+Green+Blue) = 230+60+55=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C37 is #19C3C8. Grayscale: #6E6E6E. Windows color (decimal): -1688521 or 3620070. OLE color: 3620070.
HSL color Cylindrical-coordinate representation of color #E63C37: hue angle of 1.71º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63C37 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 55 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.10 |
| HSL | 1.71º | 0.78% | 0.56% | - |
| HSV(B) | 1.71º | 0.76% | 0.9% | - |
| XYZ | 34.94 | 20.33 | 5.7 | - |
| YUV | 110.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 55 | 0 | 0.74 | 0.76 | 0.10 | 1.71 | 0.78 | 0.56 |
| Hex | E6 | 3C | 37 | 0 | 4A | 4C | A | 2 | 4E | 38 |
| Octal | 346 | 74 | 67 | 0 | 112 | 114 | 12 | 2 | 116 | 70 |
| Binary | 11100110 | 111100 | 110111 | 0 | 1001010 | 1001100 | 1010 | 10 | 1001110 | 111000 |
Color Harmonies of #E63C37
Complementary color
Monochromatic Colors of #E63C37
Black with #E63C37
Text Example
Text Example
White with #E63C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C37; }
p { color: rgb(230,60,55); }
H1.HeaderClassName
{
color: #E63C37;
}
.AnyTagClassName
{
color: #E63C37;
}
</style>
background-color css
<style>
a { background-color: #E63C37; }
a { background-color: rgb(230,60,55); }
div.DivClassName
{
background-color: #E63C37;
}
.BgClassName
{
background-color: #E63C37;
}
</style>
border-color css
<style>
span { border-color: #E63C37; }
span { border-color: rgb(230,60,55); }
td.TdClassName
{
border-color: #E63C37;
}
.TagClassName
{
border-color: #E63C37;
}
</style>