Shades of Cinnabar #EC372A
Tints of Cinnabar #EC372A
RGB
CMYK
RGB Variations
Color information
#EC372A (or 0xEC372A) is known color: Cinnabar. HEX triplet: EC, 37 and 2A. RGB value is (236,55,42). Sum of RGB (Red+Green+Blue) = 236+55+42=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC372A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC372A is #13C8D5. Grayscale: #6B6B6B. Windows color (decimal): -1296598 or 2766828. OLE color: 2766828.
HSL color Cylindrical-coordinate representation of color #EC372A: hue angle of 4.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC372A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 42 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.07 |
| HSL | 4.02º | 0.84% | 0.55% | - |
| HSV(B) | 4.02º | 0.82% | 0.93% | - |
| XYZ | 36.38 | 20.73 | 4.28 | - |
| YUV | 107.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 42 | 0 | 0.77 | 0.82 | 0.07 | 4.02 | 0.84 | 0.55 |
| Hex | EC | 37 | 2A | 0 | 4D | 52 | 7 | 4 | 54 | 37 |
| Octal | 354 | 67 | 52 | 0 | 115 | 122 | 7 | 4 | 124 | 67 |
| Binary | 11101100 | 110111 | 101010 | 0 | 1001101 | 1010010 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #EC372A
Complementary color
Monochromatic Colors of #EC372A
Black with #EC372A
Text Example
Text Example
White with #EC372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC372A; }
p { color: rgb(236,55,42); }
H1.HeaderClassName
{
color: #EC372A;
}
.AnyTagClassName
{
color: #EC372A;
}
</style>
background-color css
<style>
a { background-color: #EC372A; }
a { background-color: rgb(236,55,42); }
div.DivClassName
{
background-color: #EC372A;
}
.BgClassName
{
background-color: #EC372A;
}
</style>
border-color css
<style>
span { border-color: #EC372A; }
span { border-color: rgb(236,55,42); }
td.TdClassName
{
border-color: #EC372A;
}
.TagClassName
{
border-color: #EC372A;
}
</style>