Shades of Cinnabar #EC483B
Tints of Cinnabar #EC483B
RGB
CMYK
RGB Variations
Color information
#EC483B (or 0xEC483B) is known color: Cinnabar. HEX triplet: EC, 48 and 3B. RGB value is (236,72,59). Sum of RGB (Red+Green+Blue) = 236+72+59=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC483B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC483B is #13B7C4. Grayscale: #777777. Windows color (decimal): -1292229 or 3885292. OLE color: 3885292.
HSL color Cylindrical-coordinate representation of color #EC483B: hue angle of 4.41º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC483B is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 59 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.07 |
| HSL | 4.41º | 0.82% | 0.58% | - |
| HSV(B) | 4.41º | 0.75% | 0.93% | - |
| XYZ | 37.7 | 22.78 | 6.55 | - |
| YUV | 119.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 59 | 0 | 0.69 | 0.75 | 0.07 | 4.41 | 0.82 | 0.58 |
| Hex | EC | 48 | 3B | 0 | 45 | 4B | 7 | 4 | 52 | 3A |
| Octal | 354 | 110 | 73 | 0 | 105 | 113 | 7 | 4 | 122 | 72 |
| Binary | 11101100 | 1001000 | 111011 | 0 | 1000101 | 1001011 | 111 | 100 | 1010010 | 111010 |
Color Harmonies of #EC483B
Complementary color
Monochromatic Colors of #EC483B
Black with #EC483B
Text Example
Text Example
White with #EC483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC483B; }
p { color: rgb(236,72,59); }
H1.HeaderClassName
{
color: #EC483B;
}
.AnyTagClassName
{
color: #EC483B;
}
</style>
background-color css
<style>
a { background-color: #EC483B; }
a { background-color: rgb(236,72,59); }
div.DivClassName
{
background-color: #EC483B;
}
.BgClassName
{
background-color: #EC483B;
}
</style>
border-color css
<style>
span { border-color: #EC483B; }
span { border-color: rgb(236,72,59); }
td.TdClassName
{
border-color: #EC483B;
}
.TagClassName
{
border-color: #EC483B;
}
</style>