Shades of Cinnabar #E64C32
Tints of Cinnabar #E64C32
RGB
CMYK
RGB Variations
Color information
#E64C32 (or 0xE64C32) is known color: Cinnabar. HEX triplet: E6, 4C and 32. RGB value is (230,76,50). Sum of RGB (Red+Green+Blue) = 230+76+50=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C32 is #19B3CD. Grayscale: #777777. Windows color (decimal): -1684430 or 3296486. OLE color: 3296486.
HSL color Cylindrical-coordinate representation of color #E64C32: hue angle of 8.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E64C32 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 50 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.10 |
| HSL | 8.67º | 0.78% | 0.55% | - |
| HSV(B) | 8.67º | 0.78% | 0.9% | - |
| XYZ | 35.79 | 22.22 | 5.42 | - |
| YUV | 119.08 | 89.02 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 50 | 0 | 0.67 | 0.78 | 0.10 | 8.67 | 0.78 | 0.55 |
| Hex | E6 | 4C | 32 | 0 | 43 | 4E | A | 9 | 4E | 37 |
| Octal | 346 | 114 | 62 | 0 | 103 | 116 | 12 | 11 | 116 | 67 |
| Binary | 11100110 | 1001100 | 110010 | 0 | 1000011 | 1001110 | 1010 | 1001 | 1001110 | 110111 |
Color Harmonies of #E64C32
Complementary color
Monochromatic Colors of #E64C32
Black with #E64C32
Text Example
Text Example
White with #E64C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C32; }
p { color: rgb(230,76,50); }
H1.HeaderClassName
{
color: #E64C32;
}
.AnyTagClassName
{
color: #E64C32;
}
</style>
background-color css
<style>
a { background-color: #E64C32; }
a { background-color: rgb(230,76,50); }
div.DivClassName
{
background-color: #E64C32;
}
.BgClassName
{
background-color: #E64C32;
}
</style>
border-color css
<style>
span { border-color: #E64C32; }
span { border-color: rgb(230,76,50); }
td.TdClassName
{
border-color: #E64C32;
}
.TagClassName
{
border-color: #E64C32;
}
</style>