Shades of Cinnabar #E64834
Tints of Cinnabar #E64834
RGB
CMYK
RGB Variations
Color information
#E64834 (or 0xE64834) is known color: Cinnabar. HEX triplet: E6, 48 and 34. RGB value is (230,72,52). Sum of RGB (Red+Green+Blue) = 230+72+52=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E64834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64834 is #19B7CB. Grayscale: #757575. Windows color (decimal): -1685452 or 3426534. OLE color: 3426534.
HSL color Cylindrical-coordinate representation of color #E64834: hue angle of 6.74º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E64834 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 52 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.10 |
| HSL | 6.74º | 0.78% | 0.55% | - |
| HSV(B) | 6.74º | 0.77% | 0.9% | - |
| XYZ | 35.57 | 21.71 | 5.56 | - |
| YUV | 116.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 52 | 0 | 0.69 | 0.77 | 0.10 | 6.74 | 0.78 | 0.55 |
| Hex | E6 | 48 | 34 | 0 | 45 | 4D | A | 7 | 4E | 37 |
| Octal | 346 | 110 | 64 | 0 | 105 | 115 | 12 | 7 | 116 | 67 |
| Binary | 11100110 | 1001000 | 110100 | 0 | 1000101 | 1001101 | 1010 | 111 | 1001110 | 110111 |
Color Harmonies of #E64834
Complementary color
Monochromatic Colors of #E64834
Black with #E64834
Text Example
Text Example
White with #E64834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64834; }
p { color: rgb(230,72,52); }
H1.HeaderClassName
{
color: #E64834;
}
.AnyTagClassName
{
color: #E64834;
}
</style>
background-color css
<style>
a { background-color: #E64834; }
a { background-color: rgb(230,72,52); }
div.DivClassName
{
background-color: #E64834;
}
.BgClassName
{
background-color: #E64834;
}
</style>
border-color css
<style>
span { border-color: #E64834; }
span { border-color: rgb(230,72,52); }
td.TdClassName
{
border-color: #E64834;
}
.TagClassName
{
border-color: #E64834;
}
</style>