Shades of Cinnabar #E64F29
Tints of Cinnabar #E64F29
RGB
CMYK
RGB Variations
Color information
#E64F29 (or 0xE64F29) is known color: Cinnabar. HEX triplet: E6, 4F and 29. RGB value is (230,79,41). Sum of RGB (Red+Green+Blue) = 230+79+41=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64F29 is #19B0D6. Grayscale: #787878. Windows color (decimal): -1683671 or 2707430. OLE color: 2707430.
HSL color Cylindrical-coordinate representation of color #E64F29: hue angle of 12.06º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E64F29 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 41 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.10 |
| HSL | 12.06º | 0.79% | 0.53% | - |
| HSV(B) | 12.06º | 0.82% | 0.9% | - |
| XYZ | 35.83 | 22.58 | 4.57 | - |
| YUV | 119.82 | 83.53 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 41 | 0 | 0.66 | 0.82 | 0.10 | 12.06 | 0.79 | 0.53 |
| Hex | E6 | 4F | 29 | 0 | 42 | 52 | A | C | 4F | 35 |
| Octal | 346 | 117 | 51 | 0 | 102 | 122 | 12 | 14 | 117 | 65 |
| Binary | 11100110 | 1001111 | 101001 | 0 | 1000010 | 1010010 | 1010 | 1100 | 1001111 | 110101 |
Color Harmonies of #E64F29
Complementary color
Monochromatic Colors of #E64F29
Black with #E64F29
Text Example
Text Example
White with #E64F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F29; }
p { color: rgb(230,79,41); }
H1.HeaderClassName
{
color: #E64F29;
}
.AnyTagClassName
{
color: #E64F29;
}
</style>
background-color css
<style>
a { background-color: #E64F29; }
a { background-color: rgb(230,79,41); }
div.DivClassName
{
background-color: #E64F29;
}
.BgClassName
{
background-color: #E64F29;
}
</style>
border-color css
<style>
span { border-color: #E64F29; }
span { border-color: rgb(230,79,41); }
td.TdClassName
{
border-color: #E64F29;
}
.TagClassName
{
border-color: #E64F29;
}
</style>