Shades of Cinnabar #E5341C
Tints of Cinnabar #E5341C
RGB
CMYK
RGB Variations
Color information
#E5341C (or 0xE5341C) is known color: Cinnabar. HEX triplet: E5, 34 and 1C. RGB value is (229,52,28). Sum of RGB (Red+Green+Blue) = 229+52+28=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5341C is #1ACBE3. Grayscale: #666666. Windows color (decimal): -1756132 or 1848549. OLE color: 1848549.
HSL color Cylindrical-coordinate representation of color #E5341C: hue angle of 7.16º 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 #E5341C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.10 |
| HSL | 7.16º | 0.79% | 0.5% | - |
| HSV(B) | 7.16º | 0.88% | 0.9% | - |
| XYZ | 33.75 | 19.2 | 3.03 | - |
| YUV | 102.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 28 | 0 | 0.77 | 0.88 | 0.10 | 7.16 | 0.79 | 0.5 |
| Hex | E5 | 34 | 1C | 0 | 4D | 58 | A | 7 | 4F | 32 |
| Octal | 345 | 64 | 34 | 0 | 115 | 130 | 12 | 7 | 117 | 62 |
| Binary | 11100101 | 110100 | 11100 | 0 | 1001101 | 1011000 | 1010 | 111 | 1001111 | 110010 |
Color Harmonies of #E5341C
Complementary color
Monochromatic Colors of #E5341C
Black with #E5341C
Text Example
Text Example
White with #E5341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5341C; }
p { color: rgb(229,52,28); }
H1.HeaderClassName
{
color: #E5341C;
}
.AnyTagClassName
{
color: #E5341C;
}
</style>
background-color css
<style>
a { background-color: #E5341C; }
a { background-color: rgb(229,52,28); }
div.DivClassName
{
background-color: #E5341C;
}
.BgClassName
{
background-color: #E5341C;
}
</style>
border-color css
<style>
span { border-color: #E5341C; }
span { border-color: rgb(229,52,28); }
td.TdClassName
{
border-color: #E5341C;
}
.TagClassName
{
border-color: #E5341C;
}
</style>