Shades of Cinnabar #EC3F23
Tints of Cinnabar #EC3F23
RGB
CMYK
RGB Variations
Color information
#EC3F23 (or 0xEC3F23) is known color: Cinnabar. HEX triplet: EC, 3F and 23. RGB value is (236,63,35). Sum of RGB (Red+Green+Blue) = 236+63+35=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F23 is #13C0DC. Grayscale: #6F6F6F. Windows color (decimal): -1294557 or 2310124. OLE color: 2310124.
HSL color Cylindrical-coordinate representation of color #EC3F23: hue angle of 8.36º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3F23 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 35 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.07 |
| HSL | 8.36º | 0.84% | 0.53% | - |
| HSV(B) | 8.36º | 0.85% | 0.93% | - |
| XYZ | 36.67 | 21.51 | 3.81 | - |
| YUV | 111.54 | 84.81 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 35 | 0 | 0.73 | 0.85 | 0.07 | 8.36 | 0.84 | 0.53 |
| Hex | EC | 3F | 23 | 0 | 49 | 55 | 7 | 8 | 54 | 35 |
| Octal | 354 | 77 | 43 | 0 | 111 | 125 | 7 | 10 | 124 | 65 |
| Binary | 11101100 | 111111 | 100011 | 0 | 1001001 | 1010101 | 111 | 1000 | 1010100 | 110101 |
Color Harmonies of #EC3F23
Complementary color
Monochromatic Colors of #EC3F23
Black with #EC3F23
Text Example
Text Example
White with #EC3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F23; }
p { color: rgb(236,63,35); }
H1.HeaderClassName
{
color: #EC3F23;
}
.AnyTagClassName
{
color: #EC3F23;
}
</style>
background-color css
<style>
a { background-color: #EC3F23; }
a { background-color: rgb(236,63,35); }
div.DivClassName
{
background-color: #EC3F23;
}
.BgClassName
{
background-color: #EC3F23;
}
</style>
border-color css
<style>
span { border-color: #EC3F23; }
span { border-color: rgb(236,63,35); }
td.TdClassName
{
border-color: #EC3F23;
}
.TagClassName
{
border-color: #EC3F23;
}
</style>