Shades of Cinnabar #EC483E
Tints of Cinnabar #EC483E
RGB
CMYK
RGB Variations
Color information
#EC483E (or 0xEC483E) is known color: Cinnabar. HEX triplet: EC, 48 and 3E. RGB value is (236,72,62). Sum of RGB (Red+Green+Blue) = 236+72+62=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC483E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC483E is #13B7C1. Grayscale: #787878. Windows color (decimal): -1292226 or 4081900. OLE color: 4081900.
HSL color Cylindrical-coordinate representation of color #EC483E: hue angle of 3.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC483E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 62 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.07 |
| HSL | 3.45º | 0.82% | 0.58% | - |
| HSV(B) | 3.45º | 0.74% | 0.93% | - |
| XYZ | 37.78 | 22.82 | 6.97 | - |
| YUV | 119.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 62 | 0 | 0.69 | 0.74 | 0.07 | 3.45 | 0.82 | 0.58 |
| Hex | EC | 48 | 3E | 0 | 45 | 4A | 7 | 3 | 52 | 3A |
| Octal | 354 | 110 | 76 | 0 | 105 | 112 | 7 | 3 | 122 | 72 |
| Binary | 11101100 | 1001000 | 111110 | 0 | 1000101 | 1001010 | 111 | 11 | 1010010 | 111010 |
Color Harmonies of #EC483E
Complementary color
Monochromatic Colors of #EC483E
Black with #EC483E
Text Example
Text Example
White with #EC483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC483E; }
p { color: rgb(236,72,62); }
H1.HeaderClassName
{
color: #EC483E;
}
.AnyTagClassName
{
color: #EC483E;
}
</style>
background-color css
<style>
a { background-color: #EC483E; }
a { background-color: rgb(236,72,62); }
div.DivClassName
{
background-color: #EC483E;
}
.BgClassName
{
background-color: #EC483E;
}
</style>
border-color css
<style>
span { border-color: #EC483E; }
span { border-color: rgb(236,72,62); }
td.TdClassName
{
border-color: #EC483E;
}
.TagClassName
{
border-color: #EC483E;
}
</style>