Shades of Cinnabar #E64328
Tints of Cinnabar #E64328
RGB
CMYK
RGB Variations
Color information
#E64328 (or 0xE64328) is known color: Cinnabar. HEX triplet: E6, 43 and 28. RGB value is (230,67,40). Sum of RGB (Red+Green+Blue) = 230+67+40=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E64328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64328 is #19BCD7. Grayscale: #707070. Windows color (decimal): -1686744 or 2638822. OLE color: 2638822.
HSL color Cylindrical-coordinate representation of color #E64328: hue angle of 8.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E64328 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.10 |
| HSL | 8.53º | 0.79% | 0.53% | - |
| HSV(B) | 8.53º | 0.83% | 0.9% | - |
| XYZ | 35.02 | 20.99 | 4.21 | - |
| YUV | 112.66 | 87 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 40 | 0 | 0.71 | 0.83 | 0.10 | 8.53 | 0.79 | 0.53 |
| Hex | E6 | 43 | 28 | 0 | 47 | 53 | A | 9 | 4F | 35 |
| Octal | 346 | 103 | 50 | 0 | 107 | 123 | 12 | 11 | 117 | 65 |
| Binary | 11100110 | 1000011 | 101000 | 0 | 1000111 | 1010011 | 1010 | 1001 | 1001111 | 110101 |
Color Harmonies of #E64328
Complementary color
Monochromatic Colors of #E64328
Black with #E64328
Text Example
Text Example
White with #E64328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64328; }
p { color: rgb(230,67,40); }
H1.HeaderClassName
{
color: #E64328;
}
.AnyTagClassName
{
color: #E64328;
}
</style>
background-color css
<style>
a { background-color: #E64328; }
a { background-color: rgb(230,67,40); }
div.DivClassName
{
background-color: #E64328;
}
.BgClassName
{
background-color: #E64328;
}
</style>
border-color css
<style>
span { border-color: #E64328; }
span { border-color: rgb(230,67,40); }
td.TdClassName
{
border-color: #E64328;
}
.TagClassName
{
border-color: #E64328;
}
</style>