Shades of Cinnabar #E64029
Tints of Cinnabar #E64029
RGB
CMYK
RGB Variations
Color information
#E64029 (or 0xE64029) is known color: Cinnabar. HEX triplet: E6, 40 and 29. RGB value is (230,64,41). Sum of RGB (Red+Green+Blue) = 230+64+41=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64029 is #19BFD6. Grayscale: #6F6F6F. Windows color (decimal): -1687511 or 2703590. OLE color: 2703590.
HSL color Cylindrical-coordinate representation of color #E64029: hue angle of 7.3º 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 #E64029 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 64 | 41 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.10 |
| HSL | 7.3º | 0.79% | 0.53% | - |
| HSV(B) | 7.3º | 0.82% | 0.9% | - |
| XYZ | 34.87 | 20.65 | 4.25 | - |
| YUV | 111.01 | 88.5 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 64 | 41 | 0 | 0.72 | 0.82 | 0.10 | 7.3 | 0.79 | 0.53 |
| Hex | E6 | 40 | 29 | 0 | 48 | 52 | A | 7 | 4F | 35 |
| Octal | 346 | 100 | 51 | 0 | 110 | 122 | 12 | 7 | 117 | 65 |
| Binary | 11100110 | 1000000 | 101001 | 0 | 1001000 | 1010010 | 1010 | 111 | 1001111 | 110101 |
Color Harmonies of #E64029
Complementary color
Monochromatic Colors of #E64029
Black with #E64029
Text Example
Text Example
White with #E64029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64029; }
p { color: rgb(230,64,41); }
H1.HeaderClassName
{
color: #E64029;
}
.AnyTagClassName
{
color: #E64029;
}
</style>
background-color css
<style>
a { background-color: #E64029; }
a { background-color: rgb(230,64,41); }
div.DivClassName
{
background-color: #E64029;
}
.BgClassName
{
background-color: #E64029;
}
</style>
border-color css
<style>
span { border-color: #E64029; }
span { border-color: rgb(230,64,41); }
td.TdClassName
{
border-color: #E64029;
}
.TagClassName
{
border-color: #E64029;
}
</style>