Shades of Cinnabar #E64C3C
Tints of Cinnabar #E64C3C
RGB
CMYK
RGB Variations
Color information
#E64C3C (or 0xE64C3C) is known color: Cinnabar. HEX triplet: E6, 4C and 3C. RGB value is (230,76,60). Sum of RGB (Red+Green+Blue) = 230+76+60=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64C3C is #19B3C3. Grayscale: #787878. Windows color (decimal): -1684420 or 3951846. OLE color: 3951846.
HSL color Cylindrical-coordinate representation of color #E64C3C: hue angle of 5.65º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E64C3C is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 60 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.10 |
| HSL | 5.65º | 0.77% | 0.57% | - |
| HSV(B) | 5.65º | 0.74% | 0.9% | - |
| XYZ | 36.03 | 22.32 | 6.68 | - |
| YUV | 120.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 60 | 0 | 0.67 | 0.74 | 0.10 | 5.65 | 0.77 | 0.57 |
| Hex | E6 | 4C | 3C | 0 | 43 | 4A | A | 6 | 4D | 39 |
| Octal | 346 | 114 | 74 | 0 | 103 | 112 | 12 | 6 | 115 | 71 |
| Binary | 11100110 | 1001100 | 111100 | 0 | 1000011 | 1001010 | 1010 | 110 | 1001101 | 111001 |
Color Harmonies of #E64C3C
Complementary color
Monochromatic Colors of #E64C3C
Black with #E64C3C
Text Example
Text Example
White with #E64C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C3C; }
p { color: rgb(230,76,60); }
H1.HeaderClassName
{
color: #E64C3C;
}
.AnyTagClassName
{
color: #E64C3C;
}
</style>
background-color css
<style>
a { background-color: #E64C3C; }
a { background-color: rgb(230,76,60); }
div.DivClassName
{
background-color: #E64C3C;
}
.BgClassName
{
background-color: #E64C3C;
}
</style>
border-color css
<style>
span { border-color: #E64C3C; }
span { border-color: rgb(230,76,60); }
td.TdClassName
{
border-color: #E64C3C;
}
.TagClassName
{
border-color: #E64C3C;
}
</style>