Shades of Cinnabar #E64334
Tints of Cinnabar #E64334
RGB
CMYK
RGB Variations
Color information
#E64334 (or 0xE64334) is known color: Cinnabar. HEX triplet: E6, 43 and 34. RGB value is (230,67,52). Sum of RGB (Red+Green+Blue) = 230+67+52=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E64334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64334 is #19BCCB. Grayscale: #727272. Windows color (decimal): -1686732 or 3425254. OLE color: 3425254.
HSL color Cylindrical-coordinate representation of color #E64334: hue angle of 5.06º 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 #E64334 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 52 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.10 |
| HSL | 5.06º | 0.78% | 0.55% | - |
| HSV(B) | 5.06º | 0.77% | 0.9% | - |
| XYZ | 35.26 | 21.09 | 5.46 | - |
| YUV | 114.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 52 | 0 | 0.71 | 0.77 | 0.10 | 5.06 | 0.78 | 0.55 |
| Hex | E6 | 43 | 34 | 0 | 47 | 4D | A | 5 | 4E | 37 |
| Octal | 346 | 103 | 64 | 0 | 107 | 115 | 12 | 5 | 116 | 67 |
| Binary | 11100110 | 1000011 | 110100 | 0 | 1000111 | 1001101 | 1010 | 101 | 1001110 | 110111 |
Color Harmonies of #E64334
Complementary color
Monochromatic Colors of #E64334
Black with #E64334
Text Example
Text Example
White with #E64334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64334; }
p { color: rgb(230,67,52); }
H1.HeaderClassName
{
color: #E64334;
}
.AnyTagClassName
{
color: #E64334;
}
</style>
background-color css
<style>
a { background-color: #E64334; }
a { background-color: rgb(230,67,52); }
div.DivClassName
{
background-color: #E64334;
}
.BgClassName
{
background-color: #E64334;
}
</style>
border-color css
<style>
span { border-color: #E64334; }
span { border-color: rgb(230,67,52); }
td.TdClassName
{
border-color: #E64334;
}
.TagClassName
{
border-color: #E64334;
}
</style>