Shades of Cinnabar #E64C21
Tints of Cinnabar #E64C21
RGB
CMYK
RGB Variations
Color information
#E64C21 (or 0xE64C21) is known color: Cinnabar. HEX triplet: E6, 4C and 21. RGB value is (230,76,33). Sum of RGB (Red+Green+Blue) = 230+76+33=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C21 is #19B3DE. Grayscale: #757575. Windows color (decimal): -1684447 or 2182374. OLE color: 2182374.
HSL color Cylindrical-coordinate representation of color #E64C21: hue angle of 13.1º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E64C21 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 33 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.10 |
| HSL | 13.1º | 0.8% | 0.52% | - |
| HSV(B) | 13.1º | 0.86% | 0.9% | - |
| XYZ | 35.49 | 22.1 | 3.83 | - |
| YUV | 117.14 | 80.52 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 33 | 0 | 0.67 | 0.86 | 0.10 | 13.1 | 0.8 | 0.52 |
| Hex | E6 | 4C | 21 | 0 | 43 | 56 | A | D | 50 | 34 |
| Octal | 346 | 114 | 41 | 0 | 103 | 126 | 12 | 15 | 120 | 64 |
| Binary | 11100110 | 1001100 | 100001 | 0 | 1000011 | 1010110 | 1010 | 1101 | 1010000 | 110100 |
Color Harmonies of #E64C21
Complementary color
Monochromatic Colors of #E64C21
Black with #E64C21
Text Example
Text Example
White with #E64C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C21; }
p { color: rgb(230,76,33); }
H1.HeaderClassName
{
color: #E64C21;
}
.AnyTagClassName
{
color: #E64C21;
}
</style>
background-color css
<style>
a { background-color: #E64C21; }
a { background-color: rgb(230,76,33); }
div.DivClassName
{
background-color: #E64C21;
}
.BgClassName
{
background-color: #E64C21;
}
</style>
border-color css
<style>
span { border-color: #E64C21; }
span { border-color: rgb(230,76,33); }
td.TdClassName
{
border-color: #E64C21;
}
.TagClassName
{
border-color: #E64C21;
}
</style>