Shades of Cinnabar #E64A28
Tints of Cinnabar #E64A28
RGB
CMYK
RGB Variations
Color information
#E64A28 (or 0xE64A28) is known color: Cinnabar. HEX triplet: E6, 4A and 28. RGB value is (230,74,40). Sum of RGB (Red+Green+Blue) = 230+74+40=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A28 is #19B5D7. Grayscale: #757575. Windows color (decimal): -1684952 or 2640614. OLE color: 2640614.
HSL color Cylindrical-coordinate representation of color #E64A28: hue angle of 10.74º 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 #E64A28 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 40 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.10 |
| HSL | 10.74º | 0.79% | 0.53% | - |
| HSV(B) | 10.74º | 0.83% | 0.9% | - |
| XYZ | 35.46 | 21.87 | 4.36 | - |
| YUV | 116.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 40 | 0 | 0.68 | 0.83 | 0.10 | 10.74 | 0.79 | 0.53 |
| Hex | E6 | 4A | 28 | 0 | 44 | 53 | A | B | 4F | 35 |
| Octal | 346 | 112 | 50 | 0 | 104 | 123 | 12 | 13 | 117 | 65 |
| Binary | 11100110 | 1001010 | 101000 | 0 | 1000100 | 1010011 | 1010 | 1011 | 1001111 | 110101 |
Color Harmonies of #E64A28
Complementary color
Monochromatic Colors of #E64A28
Black with #E64A28
Text Example
Text Example
White with #E64A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A28; }
p { color: rgb(230,74,40); }
H1.HeaderClassName
{
color: #E64A28;
}
.AnyTagClassName
{
color: #E64A28;
}
</style>
background-color css
<style>
a { background-color: #E64A28; }
a { background-color: rgb(230,74,40); }
div.DivClassName
{
background-color: #E64A28;
}
.BgClassName
{
background-color: #E64A28;
}
</style>
border-color css
<style>
span { border-color: #E64A28; }
span { border-color: rgb(230,74,40); }
td.TdClassName
{
border-color: #E64A28;
}
.TagClassName
{
border-color: #E64A28;
}
</style>