Shades of Sunset Orange #EC4848
Tints of Sunset Orange #EC4848
RGB
CMYK
RGB Variations
Color information
#EC4848 (or 0xEC4848) is known color: Sunset Orange. HEX triplet: EC, 48 and 48. RGB value is (236,72,72). Sum of RGB (Red+Green+Blue) = 236+72+72=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4848 is #13B7B7. Grayscale: #797979. Windows color (decimal): -1292216 or 4737260. OLE color: 4737260.
HSL color Cylindrical-coordinate representation of color #EC4848: hue angle of 0º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4848 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 72 | 72 | - |
CMYK | 0 | 0.69 | 0.69 | 0.07 |
HSL | 0º | 0.81% | 0.6% | - |
HSV(B) | 0º | 0.69% | 0.93% | - |
XYZ | 38.08 | 22.94 | 8.55 | - |
YUV | 121.04 | 100.33 | 210 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 72 | 72 | 0 | 0.69 | 0.69 | 0.07 | 0 | 0.81 | 0.6 |
Hex | EC | 48 | 48 | 0 | 45 | 45 | 7 | 0 | 51 | 3C |
Octal | 354 | 110 | 110 | 0 | 105 | 105 | 7 | 0 | 121 | 74 |
Binary | 11101100 | 1001000 | 1001000 | 0 | 1000101 | 1000101 | 111 | 0 | 1010001 | 111100 |
Color Harmonies of #EC4848
Complementary color
Monochromatic Colors of #EC4848
Black with #EC4848
Text Example
Text Example
White with #EC4848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4848; }
p { color: rgb(236,72,72); }
H1.HeaderClassName
{
color: #EC4848;
}
.AnyTagClassName
{
color: #EC4848;
}
</style>
background-color css
<style>
a { background-color: #EC4848; }
a { background-color: rgb(236,72,72); }
div.DivClassName
{
background-color: #EC4848;
}
.BgClassName
{
background-color: #EC4848;
}
</style>
border-color css
<style>
span { border-color: #EC4848; }
span { border-color: rgb(236,72,72); }
td.TdClassName
{
border-color: #EC4848;
}
.TagClassName
{
border-color: #EC4848;
}
</style>