Shades of Cinnabar #EC422F
Tints of Cinnabar #EC422F
RGB
CMYK
RGB Variations
Color information
#EC422F (or 0xEC422F) is known color: Cinnabar. HEX triplet: EC, 42 and 2F. RGB value is (236,66,47). Sum of RGB (Red+Green+Blue) = 236+66+47=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC422F is #13BDD0. Grayscale: #727272. Windows color (decimal): -1293777 or 3097324. OLE color: 3097324.
HSL color Cylindrical-coordinate representation of color #EC422F: hue angle of 6.03º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC422F is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 47 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.07 |
| HSL | 6.03º | 0.83% | 0.55% | - |
| HSV(B) | 6.03º | 0.8% | 0.93% | - |
| XYZ | 37.05 | 21.93 | 4.97 | - |
| YUV | 114.66 | 89.82 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 47 | 0 | 0.72 | 0.80 | 0.07 | 6.03 | 0.83 | 0.55 |
| Hex | EC | 42 | 2F | 0 | 48 | 50 | 7 | 6 | 53 | 37 |
| Octal | 354 | 102 | 57 | 0 | 110 | 120 | 7 | 6 | 123 | 67 |
| Binary | 11101100 | 1000010 | 101111 | 0 | 1001000 | 1010000 | 111 | 110 | 1010011 | 110111 |
Color Harmonies of #EC422F
Complementary color
Monochromatic Colors of #EC422F
Black with #EC422F
Text Example
Text Example
White with #EC422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC422F; }
p { color: rgb(236,66,47); }
H1.HeaderClassName
{
color: #EC422F;
}
.AnyTagClassName
{
color: #EC422F;
}
</style>
background-color css
<style>
a { background-color: #EC422F; }
a { background-color: rgb(236,66,47); }
div.DivClassName
{
background-color: #EC422F;
}
.BgClassName
{
background-color: #EC422F;
}
</style>
border-color css
<style>
span { border-color: #EC422F; }
span { border-color: rgb(236,66,47); }
td.TdClassName
{
border-color: #EC422F;
}
.TagClassName
{
border-color: #EC422F;
}
</style>