Shades of Cinnabar #E64343
Tints of Cinnabar #E64343
RGB
CMYK
RGB Variations
Color information
#E64343 (or 0xE64343) is known color: Cinnabar. HEX triplet: E6, 43 and 43. RGB value is (230,67,67). Sum of RGB (Red+Green+Blue) = 230+67+67=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E64343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64343 is #19BCBC. Grayscale: #737373. Windows color (decimal): -1686717 or 4408294. OLE color: 4408294.
HSL color Cylindrical-coordinate representation of color #E64343: hue angle of 0º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64343 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 67 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.10 |
| HSL | 0º | 0.77% | 0.58% | - |
| HSV(B) | 0º | 0.71% | 0.9% | - |
| XYZ | 35.65 | 21.24 | 7.53 | - |
| YUV | 115.74 | 100.5 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 67 | 0 | 0.71 | 0.71 | 0.10 | 0 | 0.77 | 0.58 |
| Hex | E6 | 43 | 43 | 0 | 47 | 47 | A | 0 | 4D | 3A |
| Octal | 346 | 103 | 103 | 0 | 107 | 107 | 12 | 0 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1000011 | 0 | 1000111 | 1000111 | 1010 | 0 | 1001101 | 111010 |
Color Harmonies of #E64343
Complementary color
Monochromatic Colors of #E64343
Black with #E64343
Text Example
Text Example
White with #E64343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64343; }
p { color: rgb(230,67,67); }
H1.HeaderClassName
{
color: #E64343;
}
.AnyTagClassName
{
color: #E64343;
}
</style>
background-color css
<style>
a { background-color: #E64343; }
a { background-color: rgb(230,67,67); }
div.DivClassName
{
background-color: #E64343;
}
.BgClassName
{
background-color: #E64343;
}
</style>
border-color css
<style>
span { border-color: #E64343; }
span { border-color: rgb(230,67,67); }
td.TdClassName
{
border-color: #E64343;
}
.TagClassName
{
border-color: #E64343;
}
</style>