Shades of Cinnabar #EC341E
Tints of Cinnabar #EC341E
RGB
CMYK
RGB Variations
Color information
#EC341E (or 0xEC341E) is known color: Cinnabar. HEX triplet: EC, 34 and 1E. RGB value is (236,52,30). Sum of RGB (Red+Green+Blue) = 236+52+30=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC341E is #13CBE1. Grayscale: #686868. Windows color (decimal): -1297378 or 1979628. OLE color: 1979628.
HSL color Cylindrical-coordinate representation of color #EC341E: hue angle of 6.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC341E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.07 |
| HSL | 6.41º | 0.84% | 0.52% | - |
| HSV(B) | 6.41º | 0.87% | 0.93% | - |
| XYZ | 36.05 | 20.38 | 3.26 | - |
| YUV | 104.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 30 | 0 | 0.78 | 0.87 | 0.07 | 6.41 | 0.84 | 0.52 |
| Hex | EC | 34 | 1E | 0 | 4E | 57 | 7 | 6 | 54 | 34 |
| Octal | 354 | 64 | 36 | 0 | 116 | 127 | 7 | 6 | 124 | 64 |
| Binary | 11101100 | 110100 | 11110 | 0 | 1001110 | 1010111 | 111 | 110 | 1010100 | 110100 |
Color Harmonies of #EC341E
Complementary color
Monochromatic Colors of #EC341E
Black with #EC341E
Text Example
Text Example
White with #EC341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC341E; }
p { color: rgb(236,52,30); }
H1.HeaderClassName
{
color: #EC341E;
}
.AnyTagClassName
{
color: #EC341E;
}
</style>
background-color css
<style>
a { background-color: #EC341E; }
a { background-color: rgb(236,52,30); }
div.DivClassName
{
background-color: #EC341E;
}
.BgClassName
{
background-color: #EC341E;
}
</style>
border-color css
<style>
span { border-color: #EC341E; }
span { border-color: rgb(236,52,30); }
td.TdClassName
{
border-color: #EC341E;
}
.TagClassName
{
border-color: #EC341E;
}
</style>