Shades of Cinnabar #E64F40
Tints of Cinnabar #E64F40
RGB
CMYK
RGB Variations
Color information
#E64F40 (or 0xE64F40) is known color: Cinnabar. HEX triplet: E6, 4F and 40. RGB value is (230,79,64). Sum of RGB (Red+Green+Blue) = 230+79+64=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F40 is #19B0BF. Grayscale: #7A7A7A. Windows color (decimal): -1683648 or 4214758. OLE color: 4214758.
HSL color Cylindrical-coordinate representation of color #E64F40: hue angle of 5.42º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64F40 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 64 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.10 |
| HSL | 5.42º | 0.77% | 0.58% | - |
| HSV(B) | 5.42º | 0.72% | 0.9% | - |
| XYZ | 36.35 | 22.79 | 7.33 | - |
| YUV | 122.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 64 | 0 | 0.66 | 0.72 | 0.10 | 5.42 | 0.77 | 0.58 |
| Hex | E6 | 4F | 40 | 0 | 42 | 48 | A | 5 | 4D | 3A |
| Octal | 346 | 117 | 100 | 0 | 102 | 110 | 12 | 5 | 115 | 72 |
| Binary | 11100110 | 1001111 | 1000000 | 0 | 1000010 | 1001000 | 1010 | 101 | 1001101 | 111010 |
Color Harmonies of #E64F40
Complementary color
Monochromatic Colors of #E64F40
Black with #E64F40
Text Example
Text Example
White with #E64F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F40; }
p { color: rgb(230,79,64); }
H1.HeaderClassName
{
color: #E64F40;
}
.AnyTagClassName
{
color: #E64F40;
}
</style>
background-color css
<style>
a { background-color: #E64F40; }
a { background-color: rgb(230,79,64); }
div.DivClassName
{
background-color: #E64F40;
}
.BgClassName
{
background-color: #E64F40;
}
</style>
border-color css
<style>
span { border-color: #E64F40; }
span { border-color: rgb(230,79,64); }
td.TdClassName
{
border-color: #E64F40;
}
.TagClassName
{
border-color: #E64F40;
}
</style>