Shades of Cinnabar #EC403F
Tints of Cinnabar #EC403F
RGB
CMYK
RGB Variations
Color information
#EC403F (or 0xEC403F) is known color: Cinnabar. HEX triplet: EC, 40 and 3F. RGB value is (236,64,63). Sum of RGB (Red+Green+Blue) = 236+64+63=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC403F is #13BFC0. Grayscale: #737373. Windows color (decimal): -1294273 or 4145388. OLE color: 4145388.
HSL color Cylindrical-coordinate representation of color #EC403F: hue angle of 0.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC403F is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 63 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.07 |
| HSL | 0.35º | 0.82% | 0.59% | - |
| HSV(B) | 0.35º | 0.73% | 0.93% | - |
| XYZ | 37.32 | 21.86 | 6.95 | - |
| YUV | 115.31 | 98.48 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 63 | 0 | 0.73 | 0.73 | 0.07 | 0.35 | 0.82 | 0.59 |
| Hex | EC | 40 | 3F | 0 | 49 | 49 | 7 | 0 | 52 | 3B |
| Octal | 354 | 100 | 77 | 0 | 111 | 111 | 7 | 0 | 122 | 73 |
| Binary | 11101100 | 1000000 | 111111 | 0 | 1001001 | 1001001 | 111 | 0 | 1010010 | 111011 |
Color Harmonies of #EC403F
Complementary color
Monochromatic Colors of #EC403F
Black with #EC403F
Text Example
Text Example
White with #EC403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC403F; }
p { color: rgb(236,64,63); }
H1.HeaderClassName
{
color: #EC403F;
}
.AnyTagClassName
{
color: #EC403F;
}
</style>
background-color css
<style>
a { background-color: #EC403F; }
a { background-color: rgb(236,64,63); }
div.DivClassName
{
background-color: #EC403F;
}
.BgClassName
{
background-color: #EC403F;
}
</style>
border-color css
<style>
span { border-color: #EC403F; }
span { border-color: rgb(236,64,63); }
td.TdClassName
{
border-color: #EC403F;
}
.TagClassName
{
border-color: #EC403F;
}
</style>