Shades of Cinnabar #EC302D
Tints of Cinnabar #EC302D
RGB
CMYK
RGB Variations
Color information
#EC302D (or 0xEC302D) is known color: Cinnabar. HEX triplet: EC, 30 and 2D. RGB value is (236,48,45). Sum of RGB (Red+Green+Blue) = 236+48+45=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC302D is #13CFD2. Grayscale: #686868. Windows color (decimal): -1298387 or 2961644. OLE color: 2961644.
HSL color Cylindrical-coordinate representation of color #EC302D: hue angle of 0.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC302D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 45 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.07 |
| HSL | 0.94º | 0.83% | 0.55% | - |
| HSV(B) | 0.94º | 0.81% | 0.93% | - |
| XYZ | 36.12 | 20.14 | 4.47 | - |
| YUV | 103.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 45 | 0 | 0.80 | 0.81 | 0.07 | 0.94 | 0.83 | 0.55 |
| Hex | EC | 30 | 2D | 0 | 50 | 51 | 7 | 1 | 53 | 37 |
| Octal | 354 | 60 | 55 | 0 | 120 | 121 | 7 | 1 | 123 | 67 |
| Binary | 11101100 | 110000 | 101101 | 0 | 1010000 | 1010001 | 111 | 1 | 1010011 | 110111 |
Color Harmonies of #EC302D
Complementary color
Monochromatic Colors of #EC302D
Black with #EC302D
Text Example
Text Example
White with #EC302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC302D; }
p { color: rgb(236,48,45); }
H1.HeaderClassName
{
color: #EC302D;
}
.AnyTagClassName
{
color: #EC302D;
}
</style>
background-color css
<style>
a { background-color: #EC302D; }
a { background-color: rgb(236,48,45); }
div.DivClassName
{
background-color: #EC302D;
}
.BgClassName
{
background-color: #EC302D;
}
</style>
border-color css
<style>
span { border-color: #EC302D; }
span { border-color: rgb(236,48,45); }
td.TdClassName
{
border-color: #EC302D;
}
.TagClassName
{
border-color: #EC302D;
}
</style>