Shades of Cinnabar #E64A1C
Tints of Cinnabar #E64A1C
RGB
CMYK
RGB Variations
Color information
#E64A1C (or 0xE64A1C) is known color: Cinnabar. HEX triplet: E6, 4A and 1C. RGB value is (230,74,28). Sum of RGB (Red+Green+Blue) = 230+74+28=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64A1C is #19B5E3. Grayscale: #737373. Windows color (decimal): -1684964 or 1854182. OLE color: 1854182.
HSL color Cylindrical-coordinate representation of color #E64A1C: hue angle of 13.66º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E64A1C is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 28 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.10 |
| HSL | 13.66º | 0.8% | 0.51% | - |
| HSV(B) | 13.66º | 0.88% | 0.9% | - |
| XYZ | 35.29 | 21.8 | 3.45 | - |
| YUV | 115.4 | 78.68 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 28 | 0 | 0.68 | 0.88 | 0.10 | 13.66 | 0.8 | 0.51 |
| Hex | E6 | 4A | 1C | 0 | 44 | 58 | A | E | 50 | 33 |
| Octal | 346 | 112 | 34 | 0 | 104 | 130 | 12 | 16 | 120 | 63 |
| Binary | 11100110 | 1001010 | 11100 | 0 | 1000100 | 1011000 | 1010 | 1110 | 1010000 | 110011 |
Color Harmonies of #E64A1C
Complementary color
Monochromatic Colors of #E64A1C
Black with #E64A1C
Text Example
Text Example
White with #E64A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A1C; }
p { color: rgb(230,74,28); }
H1.HeaderClassName
{
color: #E64A1C;
}
.AnyTagClassName
{
color: #E64A1C;
}
</style>
background-color css
<style>
a { background-color: #E64A1C; }
a { background-color: rgb(230,74,28); }
div.DivClassName
{
background-color: #E64A1C;
}
.BgClassName
{
background-color: #E64A1C;
}
</style>
border-color css
<style>
span { border-color: #E64A1C; }
span { border-color: rgb(230,74,28); }
td.TdClassName
{
border-color: #E64A1C;
}
.TagClassName
{
border-color: #E64A1C;
}
</style>