Shades of Cinnabar #E64C34
Tints of Cinnabar #E64C34
RGB
CMYK
RGB Variations
Color information
#E64C34 (or 0xE64C34) is known color: Cinnabar. HEX triplet: E6, 4C and 34. RGB value is (230,76,52). Sum of RGB (Red+Green+Blue) = 230+76+52=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C34 is #19B3CB. Grayscale: #777777. Windows color (decimal): -1684428 or 3427558. OLE color: 3427558.
HSL color Cylindrical-coordinate representation of color #E64C34: hue angle of 8.09º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E64C34 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 52 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.10 |
| HSL | 8.09º | 0.78% | 0.55% | - |
| HSV(B) | 8.09º | 0.77% | 0.9% | - |
| XYZ | 35.84 | 22.24 | 5.65 | - |
| YUV | 119.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 52 | 0 | 0.67 | 0.77 | 0.10 | 8.09 | 0.78 | 0.55 |
| Hex | E6 | 4C | 34 | 0 | 43 | 4D | A | 8 | 4E | 37 |
| Octal | 346 | 114 | 64 | 0 | 103 | 115 | 12 | 10 | 116 | 67 |
| Binary | 11100110 | 1001100 | 110100 | 0 | 1000011 | 1001101 | 1010 | 1000 | 1001110 | 110111 |
Color Harmonies of #E64C34
Complementary color
Monochromatic Colors of #E64C34
Black with #E64C34
Text Example
Text Example
White with #E64C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C34; }
p { color: rgb(230,76,52); }
H1.HeaderClassName
{
color: #E64C34;
}
.AnyTagClassName
{
color: #E64C34;
}
</style>
background-color css
<style>
a { background-color: #E64C34; }
a { background-color: rgb(230,76,52); }
div.DivClassName
{
background-color: #E64C34;
}
.BgClassName
{
background-color: #E64C34;
}
</style>
border-color css
<style>
span { border-color: #E64C34; }
span { border-color: rgb(230,76,52); }
td.TdClassName
{
border-color: #E64C34;
}
.TagClassName
{
border-color: #E64C34;
}
</style>