Shades of Cinnabar #E5401C
Tints of Cinnabar #E5401C
RGB
CMYK
RGB Variations
Color information
#E5401C (or 0xE5401C) is known color: Cinnabar. HEX triplet: E5, 40 and 1C. RGB value is (229,64,28). Sum of RGB (Red+Green+Blue) = 229+64+28=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5401C is #1ABFE3. Grayscale: #6D6D6D. Windows color (decimal): -1753060 or 1851621. OLE color: 1851621.
HSL color Cylindrical-coordinate representation of color #E5401C: hue angle of 10.75º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5401C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 64 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.10 |
| HSL | 10.75º | 0.79% | 0.5% | - |
| HSV(B) | 10.75º | 0.88% | 0.9% | - |
| XYZ | 34.36 | 20.41 | 3.23 | - |
| YUV | 109.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 28 | 0 | 0.72 | 0.88 | 0.10 | 10.75 | 0.79 | 0.5 |
| Hex | E5 | 40 | 1C | 0 | 48 | 58 | A | B | 4F | 32 |
| Octal | 345 | 100 | 34 | 0 | 110 | 130 | 12 | 13 | 117 | 62 |
| Binary | 11100101 | 1000000 | 11100 | 0 | 1001000 | 1011000 | 1010 | 1011 | 1001111 | 110010 |
Color Harmonies of #E5401C
Complementary color
Monochromatic Colors of #E5401C
Black with #E5401C
Text Example
Text Example
White with #E5401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5401C; }
p { color: rgb(229,64,28); }
H1.HeaderClassName
{
color: #E5401C;
}
.AnyTagClassName
{
color: #E5401C;
}
</style>
background-color css
<style>
a { background-color: #E5401C; }
a { background-color: rgb(229,64,28); }
div.DivClassName
{
background-color: #E5401C;
}
.BgClassName
{
background-color: #E5401C;
}
</style>
border-color css
<style>
span { border-color: #E5401C; }
span { border-color: rgb(229,64,28); }
td.TdClassName
{
border-color: #E5401C;
}
.TagClassName
{
border-color: #E5401C;
}
</style>