Shades of Cinnabar #E64B42
Tints of Cinnabar #E64B42
RGB
CMYK
RGB Variations
Color information
#E64B42 (or 0xE64B42) is known color: Cinnabar. HEX triplet: E6, 4B and 42. RGB value is (230,75,66). Sum of RGB (Red+Green+Blue) = 230+75+66=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64B42 is #19B4BD. Grayscale: #787878. Windows color (decimal): -1684670 or 4344806. OLE color: 4344806.
HSL color Cylindrical-coordinate representation of color #E64B42: hue angle of 3.29º 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 #E64B42 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 66 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.10 |
| HSL | 3.29º | 0.77% | 0.58% | - |
| HSV(B) | 3.29º | 0.71% | 0.9% | - |
| XYZ | 36.13 | 22.25 | 7.54 | - |
| YUV | 120.32 | 97.35 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 66 | 0 | 0.67 | 0.71 | 0.10 | 3.29 | 0.77 | 0.58 |
| Hex | E6 | 4B | 42 | 0 | 43 | 47 | A | 3 | 4D | 3A |
| Octal | 346 | 113 | 102 | 0 | 103 | 107 | 12 | 3 | 115 | 72 |
| Binary | 11100110 | 1001011 | 1000010 | 0 | 1000011 | 1000111 | 1010 | 11 | 1001101 | 111010 |
Color Harmonies of #E64B42
Complementary color
Monochromatic Colors of #E64B42
Black with #E64B42
Text Example
Text Example
White with #E64B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B42; }
p { color: rgb(230,75,66); }
H1.HeaderClassName
{
color: #E64B42;
}
.AnyTagClassName
{
color: #E64B42;
}
</style>
background-color css
<style>
a { background-color: #E64B42; }
a { background-color: rgb(230,75,66); }
div.DivClassName
{
background-color: #E64B42;
}
.BgClassName
{
background-color: #E64B42;
}
</style>
border-color css
<style>
span { border-color: #E64B42; }
span { border-color: rgb(230,75,66); }
td.TdClassName
{
border-color: #E64B42;
}
.TagClassName
{
border-color: #E64B42;
}
</style>