Html Css Color HEX #ED4744 Sunset Orange

📋 copy color: '#ED4744'

red 237 ◦ green 71 ◦ blue 68

#ED4744
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #ED4744

Tints of Sunset Orange #ED4744

RGB

 RED value IS 237 (92.97% from 255) = 63.03%

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 68 (26.95% from 255) = 18.09%

R = 63.03%
G = 18.88%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED4744 (or 0xED4744) is known color: Sunset Orange. HEX triplet: ED, 47 and 44. RGB value is (237,71,68). Sum of RGB (Red+Green+Blue) = 237+71+68=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4744 is #12B8BB. Grayscale: #787878. Windows color (decimal): -1226940 or 4474861. OLE color: 4474861.

HSL color Cylindrical-coordinate representation of color #ED4744: hue angle of 1.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4744 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 68 -
CMYK 0 0.70 0.71 0.07
HSL 1.07º 0.82% 0.6% -
HSV(B) 1.07º 0.71% 0.93% -
XYZ 38.22 22.93 7.88 -
YUV 120.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 237 71 68 0 0.70 0.71 0.07 1.07 0.82 0.6
Hex ED 47 44 0 46 47 7 1 52 3C
Octal 355 107 104 0 106 107 7 1 122 74
Binary 11101101 1000111 1000100 0 1000110 1000111 111 1 1010010 111100

Color Harmonies of #ED4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4744

Black with #ED4744

Text Example


Text Example

White with #ED4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4744; }

 p { color: rgb(237,71,68); }

 H1.HeaderClassName
 {
   color: #ED4744;
 }
 .AnyTagClassName
 {
   color: #ED4744;
 }
</style>

background-color css

<style>
 a { background-color: #ED4744; }

 a { background-color: rgb(237,71,68); }

 div.DivClassName
 {
   background-color: #ED4744;
 }
 .BgClassName
 {
   background-color: #ED4744;
 }
</style>

border-color css

<style>
 span { border-color: #ED4744; }

 span { border-color: rgb(237,71,68); }

 td.TdClassName
 {
   border-color: #ED4744;
 }
 .TagClassName
 {
   border-color: #ED4744;
 }
</style>