Shades of Cinnabar #E64341
Tints of Cinnabar #E64341
RGB
CMYK
RGB Variations
Color information
#E64341 (or 0xE64341) is known color: Cinnabar. HEX triplet: E6, 43 and 41. RGB value is (230,67,65). Sum of RGB (Red+Green+Blue) = 230+67+65=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E64341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64341 is #19BCBE. Grayscale: #737373. Windows color (decimal): -1686719 or 4277222. OLE color: 4277222.
HSL color Cylindrical-coordinate representation of color #E64341: hue angle of 0.73º 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 #E64341 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 65 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.10 |
| HSL | 0.73º | 0.77% | 0.58% | - |
| HSV(B) | 0.73º | 0.72% | 0.9% | - |
| XYZ | 35.59 | 21.22 | 7.22 | - |
| YUV | 115.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 65 | 0 | 0.71 | 0.72 | 0.10 | 0.73 | 0.77 | 0.58 |
| Hex | E6 | 43 | 41 | 0 | 47 | 48 | A | 1 | 4D | 3A |
| Octal | 346 | 103 | 101 | 0 | 107 | 110 | 12 | 1 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1000001 | 0 | 1000111 | 1001000 | 1010 | 1 | 1001101 | 111010 |
Color Harmonies of #E64341
Complementary color
Monochromatic Colors of #E64341
Black with #E64341
Text Example
Text Example
White with #E64341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64341; }
p { color: rgb(230,67,65); }
H1.HeaderClassName
{
color: #E64341;
}
.AnyTagClassName
{
color: #E64341;
}
</style>
background-color css
<style>
a { background-color: #E64341; }
a { background-color: rgb(230,67,65); }
div.DivClassName
{
background-color: #E64341;
}
.BgClassName
{
background-color: #E64341;
}
</style>
border-color css
<style>
span { border-color: #E64341; }
span { border-color: rgb(230,67,65); }
td.TdClassName
{
border-color: #E64341;
}
.TagClassName
{
border-color: #E64341;
}
</style>