Shades of Cinnabar #EC423C
Tints of Cinnabar #EC423C
RGB
CMYK
RGB Variations
Color information
#EC423C (or 0xEC423C) is known color: Cinnabar. HEX triplet: EC, 42 and 3C. RGB value is (236,66,60). Sum of RGB (Red+Green+Blue) = 236+66+60=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC423C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC423C is #13BDC3. Grayscale: #747474. Windows color (decimal): -1293764 or 3949292. OLE color: 3949292.
HSL color Cylindrical-coordinate representation of color #EC423C: hue angle of 2.05º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC423C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 60 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.07 |
| HSL | 2.05º | 0.82% | 0.58% | - |
| HSV(B) | 2.05º | 0.75% | 0.93% | - |
| XYZ | 37.36 | 22.06 | 6.56 | - |
| YUV | 116.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 60 | 0 | 0.72 | 0.75 | 0.07 | 2.05 | 0.82 | 0.58 |
| Hex | EC | 42 | 3C | 0 | 48 | 4B | 7 | 2 | 52 | 3A |
| Octal | 354 | 102 | 74 | 0 | 110 | 113 | 7 | 2 | 122 | 72 |
| Binary | 11101100 | 1000010 | 111100 | 0 | 1001000 | 1001011 | 111 | 10 | 1010010 | 111010 |
Color Harmonies of #EC423C
Complementary color
Monochromatic Colors of #EC423C
Black with #EC423C
Text Example
Text Example
White with #EC423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC423C; }
p { color: rgb(236,66,60); }
H1.HeaderClassName
{
color: #EC423C;
}
.AnyTagClassName
{
color: #EC423C;
}
</style>
background-color css
<style>
a { background-color: #EC423C; }
a { background-color: rgb(236,66,60); }
div.DivClassName
{
background-color: #EC423C;
}
.BgClassName
{
background-color: #EC423C;
}
</style>
border-color css
<style>
span { border-color: #EC423C; }
span { border-color: rgb(236,66,60); }
td.TdClassName
{
border-color: #EC423C;
}
.TagClassName
{
border-color: #EC423C;
}
</style>