#EC4848

Color #EC4848 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #EC4848

Tints of Sunset Orange #EC4848

Color information

#EC4848 (or 0xEC4848) is unknown color: approx 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

RGB2367272-
CMYK00.690.690.07
HSL81.19%60.39%-
HSV(B)69.49%92.55%-
XYZ38.0822.948.55-
YUV121.04100.33210-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 62.11%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=62.11%
G=18.95%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236727200.690.690.07081.1960.39
HexEC48480454570513c
Octal35411011001051057012174
Binary111011001001000100100001000101100010111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>