Shades of Cinnabar #E64D1C
Tints of Cinnabar #E64D1C
RGB
CMYK
RGB Variations
Color information
#E64D1C (or 0xE64D1C) is known color: Cinnabar. HEX triplet: E6, 4D and 1C. RGB value is (230,77,28). Sum of RGB (Red+Green+Blue) = 230+77+28=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D1C is #19B2E3. Grayscale: #757575. Windows color (decimal): -1684196 or 1854950. OLE color: 1854950.
HSL color Cylindrical-coordinate representation of color #E64D1C: hue angle of 14.55º 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 #E64D1C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.10 |
| HSL | 14.55º | 0.8% | 0.51% | - |
| HSV(B) | 14.55º | 0.88% | 0.9% | - |
| XYZ | 35.5 | 22.21 | 3.52 | - |
| YUV | 117.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 28 | 0 | 0.67 | 0.88 | 0.10 | 14.55 | 0.8 | 0.51 |
| Hex | E6 | 4D | 1C | 0 | 43 | 58 | A | F | 50 | 33 |
| Octal | 346 | 115 | 34 | 0 | 103 | 130 | 12 | 17 | 120 | 63 |
| Binary | 11100110 | 1001101 | 11100 | 0 | 1000011 | 1011000 | 1010 | 1111 | 1010000 | 110011 |
Color Harmonies of #E64D1C
Complementary color
Monochromatic Colors of #E64D1C
Black with #E64D1C
Text Example
Text Example
White with #E64D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D1C; }
p { color: rgb(230,77,28); }
H1.HeaderClassName
{
color: #E64D1C;
}
.AnyTagClassName
{
color: #E64D1C;
}
</style>
background-color css
<style>
a { background-color: #E64D1C; }
a { background-color: rgb(230,77,28); }
div.DivClassName
{
background-color: #E64D1C;
}
.BgClassName
{
background-color: #E64D1C;
}
</style>
border-color css
<style>
span { border-color: #E64D1C; }
span { border-color: rgb(230,77,28); }
td.TdClassName
{
border-color: #E64D1C;
}
.TagClassName
{
border-color: #E64D1C;
}
</style>