Shades of Cinnabar #E64F28
Tints of Cinnabar #E64F28
RGB
CMYK
RGB Variations
Color information
#E64F28 (or 0xE64F28) is known color: Cinnabar. HEX triplet: E6, 4F and 28. RGB value is (230,79,40). Sum of RGB (Red+Green+Blue) = 230+79+40=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F28 is #19B0D7. Grayscale: #787878. Windows color (decimal): -1683672 or 2641894. OLE color: 2641894.
HSL color Cylindrical-coordinate representation of color #E64F28: hue angle of 12.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E64F28 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 40 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.10 |
| HSL | 12.32º | 0.79% | 0.53% | - |
| HSV(B) | 12.32º | 0.83% | 0.9% | - |
| XYZ | 35.81 | 22.57 | 4.48 | - |
| YUV | 119.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 40 | 0 | 0.66 | 0.83 | 0.10 | 12.32 | 0.79 | 0.53 |
| Hex | E6 | 4F | 28 | 0 | 42 | 53 | A | C | 4F | 35 |
| Octal | 346 | 117 | 50 | 0 | 102 | 123 | 12 | 14 | 117 | 65 |
| Binary | 11100110 | 1001111 | 101000 | 0 | 1000010 | 1010011 | 1010 | 1100 | 1001111 | 110101 |
Color Harmonies of #E64F28
Complementary color
Monochromatic Colors of #E64F28
Black with #E64F28
Text Example
Text Example
White with #E64F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F28; }
p { color: rgb(230,79,40); }
H1.HeaderClassName
{
color: #E64F28;
}
.AnyTagClassName
{
color: #E64F28;
}
</style>
background-color css
<style>
a { background-color: #E64F28; }
a { background-color: rgb(230,79,40); }
div.DivClassName
{
background-color: #E64F28;
}
.BgClassName
{
background-color: #E64F28;
}
</style>
border-color css
<style>
span { border-color: #E64F28; }
span { border-color: rgb(230,79,40); }
td.TdClassName
{
border-color: #E64F28;
}
.TagClassName
{
border-color: #E64F28;
}
</style>