Shades of Cinnabar #EC483D
Tints of Cinnabar #EC483D
RGB
CMYK
RGB Variations
Color information
#EC483D (or 0xEC483D) is known color: Cinnabar. HEX triplet: EC, 48 and 3D. RGB value is (236,72,61). Sum of RGB (Red+Green+Blue) = 236+72+61=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC483D is #13B7C2. Grayscale: #777777. Windows color (decimal): -1292227 or 4016364. OLE color: 4016364.
HSL color Cylindrical-coordinate representation of color #EC483D: hue angle of 3.77º 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 #EC483D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 61 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.07 |
| HSL | 3.77º | 0.82% | 0.58% | - |
| HSV(B) | 3.77º | 0.74% | 0.93% | - |
| XYZ | 37.75 | 22.8 | 6.83 | - |
| YUV | 119.78 | 94.83 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 61 | 0 | 0.69 | 0.74 | 0.07 | 3.77 | 0.82 | 0.58 |
| Hex | EC | 48 | 3D | 0 | 45 | 4A | 7 | 4 | 52 | 3A |
| Octal | 354 | 110 | 75 | 0 | 105 | 112 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1001000 | 111101 | 0 | 1000101 | 1001010 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC483D
Complementary color
Monochromatic Colors of #EC483D
Black with #EC483D
Text Example
Text Example
White with #EC483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC483D; }
p { color: rgb(236,72,61); }
H1.HeaderClassName
{
color: #EC483D;
}
.AnyTagClassName
{
color: #EC483D;
}
</style>
background-color css
<style>
a { background-color: #EC483D; }
a { background-color: rgb(236,72,61); }
div.DivClassName
{
background-color: #EC483D;
}
.BgClassName
{
background-color: #EC483D;
}
</style>
border-color css
<style>
span { border-color: #EC483D; }
span { border-color: rgb(236,72,61); }
td.TdClassName
{
border-color: #EC483D;
}
.TagClassName
{
border-color: #EC483D;
}
</style>