Shades of Cinnabar #E64342
Tints of Cinnabar #E64342
RGB
CMYK
RGB Variations
Color information
#E64342 (or 0xE64342) is known color: Cinnabar. HEX triplet: E6, 43 and 42. RGB value is (230,67,66). Sum of RGB (Red+Green+Blue) = 230+67+66=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E64342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64342 is #19BCBD. Grayscale: #737373. Windows color (decimal): -1686718 or 4342758. OLE color: 4342758.
HSL color Cylindrical-coordinate representation of color #E64342: hue angle of 0.37º 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 #E64342 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 66 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.10 |
| HSL | 0.37º | 0.77% | 0.58% | - |
| HSV(B) | 0.37º | 0.71% | 0.9% | - |
| XYZ | 35.62 | 21.23 | 7.37 | - |
| YUV | 115.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 66 | 0 | 0.71 | 0.71 | 0.10 | 0.37 | 0.77 | 0.58 |
| Hex | E6 | 43 | 42 | 0 | 47 | 47 | A | 0 | 4D | 3A |
| Octal | 346 | 103 | 102 | 0 | 107 | 107 | 12 | 0 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1000010 | 0 | 1000111 | 1000111 | 1010 | 0 | 1001101 | 111010 |
Color Harmonies of #E64342
Complementary color
Monochromatic Colors of #E64342
Black with #E64342
Text Example
Text Example
White with #E64342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64342; }
p { color: rgb(230,67,66); }
H1.HeaderClassName
{
color: #E64342;
}
.AnyTagClassName
{
color: #E64342;
}
</style>
background-color css
<style>
a { background-color: #E64342; }
a { background-color: rgb(230,67,66); }
div.DivClassName
{
background-color: #E64342;
}
.BgClassName
{
background-color: #E64342;
}
</style>
border-color css
<style>
span { border-color: #E64342; }
span { border-color: rgb(230,67,66); }
td.TdClassName
{
border-color: #E64342;
}
.TagClassName
{
border-color: #E64342;
}
</style>