Shades of Cinnabar #E64C36
Tints of Cinnabar #E64C36
RGB
CMYK
RGB Variations
Color information
#E64C36 (or 0xE64C36) is known color: Cinnabar. HEX triplet: E6, 4C and 36. RGB value is (230,76,54). Sum of RGB (Red+Green+Blue) = 230+76+54=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C36 is #19B3C9. Grayscale: #777777. Windows color (decimal): -1684426 or 3558630. OLE color: 3558630.
HSL color Cylindrical-coordinate representation of color #E64C36: hue angle of 7.5º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E64C36 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 54 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.10 |
| HSL | 7.5º | 0.78% | 0.56% | - |
| HSV(B) | 7.5º | 0.77% | 0.9% | - |
| XYZ | 35.88 | 22.26 | 5.9 | - |
| YUV | 119.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 54 | 0 | 0.67 | 0.77 | 0.10 | 7.5 | 0.78 | 0.56 |
| Hex | E6 | 4C | 36 | 0 | 43 | 4D | A | 8 | 4E | 38 |
| Octal | 346 | 114 | 66 | 0 | 103 | 115 | 12 | 10 | 116 | 70 |
| Binary | 11100110 | 1001100 | 110110 | 0 | 1000011 | 1001101 | 1010 | 1000 | 1001110 | 111000 |
Color Harmonies of #E64C36
Complementary color
Monochromatic Colors of #E64C36
Black with #E64C36
Text Example
Text Example
White with #E64C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C36; }
p { color: rgb(230,76,54); }
H1.HeaderClassName
{
color: #E64C36;
}
.AnyTagClassName
{
color: #E64C36;
}
</style>
background-color css
<style>
a { background-color: #E64C36; }
a { background-color: rgb(230,76,54); }
div.DivClassName
{
background-color: #E64C36;
}
.BgClassName
{
background-color: #E64C36;
}
</style>
border-color css
<style>
span { border-color: #E64C36; }
span { border-color: rgb(230,76,54); }
td.TdClassName
{
border-color: #E64C36;
}
.TagClassName
{
border-color: #E64C36;
}
</style>