Shades of Cinnabar #EC382A
Tints of Cinnabar #EC382A
RGB
CMYK
RGB Variations
Color information
#EC382A (or 0xEC382A) is known color: Cinnabar. HEX triplet: EC, 38 and 2A. RGB value is (236,56,42). Sum of RGB (Red+Green+Blue) = 236+56+42=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC382A is #13C7D5. Grayscale: #6C6C6C. Windows color (decimal): -1296342 or 2767084. OLE color: 2767084.
HSL color Cylindrical-coordinate representation of color #EC382A: hue angle of 4.33º 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 #EC382A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 42 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.07 |
| HSL | 4.33º | 0.84% | 0.55% | - |
| HSV(B) | 4.33º | 0.82% | 0.93% | - |
| XYZ | 36.42 | 20.83 | 4.29 | - |
| YUV | 108.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 42 | 0 | 0.76 | 0.82 | 0.07 | 4.33 | 0.84 | 0.55 |
| Hex | EC | 38 | 2A | 0 | 4C | 52 | 7 | 4 | 54 | 37 |
| Octal | 354 | 70 | 52 | 0 | 114 | 122 | 7 | 4 | 124 | 67 |
| Binary | 11101100 | 111000 | 101010 | 0 | 1001100 | 1010010 | 111 | 100 | 1010100 | 110111 |
Color Harmonies of #EC382A
Complementary color
Monochromatic Colors of #EC382A
Black with #EC382A
Text Example
Text Example
White with #EC382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC382A; }
p { color: rgb(236,56,42); }
H1.HeaderClassName
{
color: #EC382A;
}
.AnyTagClassName
{
color: #EC382A;
}
</style>
background-color css
<style>
a { background-color: #EC382A; }
a { background-color: rgb(236,56,42); }
div.DivClassName
{
background-color: #EC382A;
}
.BgClassName
{
background-color: #EC382A;
}
</style>
border-color css
<style>
span { border-color: #EC382A; }
span { border-color: rgb(236,56,42); }
td.TdClassName
{
border-color: #EC382A;
}
.TagClassName
{
border-color: #EC382A;
}
</style>