Shades of Cinnabar #EC443D
Tints of Cinnabar #EC443D
RGB
CMYK
RGB Variations
Color information
#EC443D (or 0xEC443D) is known color: Cinnabar. HEX triplet: EC, 44 and 3D. RGB value is (236,68,61). Sum of RGB (Red+Green+Blue) = 236+68+61=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC443D is #13BBC2. Grayscale: #757575. Windows color (decimal): -1293251 or 4015340. OLE color: 4015340.
HSL color Cylindrical-coordinate representation of color #EC443D: hue angle of 2.4º 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 #EC443D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 61 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 2.4º | 0.82% | 0.58% | - |
| HSV(B) | 2.4º | 0.74% | 0.93% | - |
| XYZ | 37.5 | 22.3 | 6.74 | - |
| YUV | 117.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 61 | 0 | 0.71 | 0.74 | 0.07 | 2.4 | 0.82 | 0.58 |
| Hex | EC | 44 | 3D | 0 | 47 | 4A | 7 | 2 | 52 | 3A |
| Octal | 354 | 104 | 75 | 0 | 107 | 112 | 7 | 2 | 122 | 72 |
| Binary | 11101100 | 1000100 | 111101 | 0 | 1000111 | 1001010 | 111 | 10 | 1010010 | 111010 |
Color Harmonies of #EC443D
Complementary color
Monochromatic Colors of #EC443D
Black with #EC443D
Text Example
Text Example
White with #EC443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC443D; }
p { color: rgb(236,68,61); }
H1.HeaderClassName
{
color: #EC443D;
}
.AnyTagClassName
{
color: #EC443D;
}
</style>
background-color css
<style>
a { background-color: #EC443D; }
a { background-color: rgb(236,68,61); }
div.DivClassName
{
background-color: #EC443D;
}
.BgClassName
{
background-color: #EC443D;
}
</style>
border-color css
<style>
span { border-color: #EC443D; }
span { border-color: rgb(236,68,61); }
td.TdClassName
{
border-color: #EC443D;
}
.TagClassName
{
border-color: #EC443D;
}
</style>