Shades of Cinnabar #E64241
Tints of Cinnabar #E64241
RGB
CMYK
RGB Variations
Color information
#E64241 (or 0xE64241) is known color: Cinnabar. HEX triplet: E6, 42 and 41. RGB value is (230,66,65). Sum of RGB (Red+Green+Blue) = 230+66+65=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E64241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64241 is #19BDBE. Grayscale: #737373. Windows color (decimal): -1686975 or 4276966. OLE color: 4276966.
HSL color Cylindrical-coordinate representation of color #E64241: hue angle of 0.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64241 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 65 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.10 |
| HSL | 0.36º | 0.77% | 0.58% | - |
| HSV(B) | 0.36º | 0.72% | 0.9% | - |
| XYZ | 35.54 | 21.1 | 7.2 | - |
| YUV | 114.92 | 99.83 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 65 | 0 | 0.71 | 0.72 | 0.10 | 0.36 | 0.77 | 0.58 |
| Hex | E6 | 42 | 41 | 0 | 47 | 48 | A | 0 | 4D | 3A |
| Octal | 346 | 102 | 101 | 0 | 107 | 110 | 12 | 0 | 115 | 72 |
| Binary | 11100110 | 1000010 | 1000001 | 0 | 1000111 | 1001000 | 1010 | 0 | 1001101 | 111010 |
Color Harmonies of #E64241
Complementary color
Monochromatic Colors of #E64241
Black with #E64241
Text Example
Text Example
White with #E64241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64241; }
p { color: rgb(230,66,65); }
H1.HeaderClassName
{
color: #E64241;
}
.AnyTagClassName
{
color: #E64241;
}
</style>
background-color css
<style>
a { background-color: #E64241; }
a { background-color: rgb(230,66,65); }
div.DivClassName
{
background-color: #E64241;
}
.BgClassName
{
background-color: #E64241;
}
</style>
border-color css
<style>
span { border-color: #E64241; }
span { border-color: rgb(230,66,65); }
td.TdClassName
{
border-color: #E64241;
}
.TagClassName
{
border-color: #E64241;
}
</style>