Html Css Color HEX #ED4845 Sunset Orange

📋 copy color: '#ED4845'

red 237 ◦ green 72 ◦ blue 69

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

Shades of Sunset Orange #ED4845

Tints of Sunset Orange #ED4845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 62.7%
G = 19.05%
B = 18.25%

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

#ED4845 (or 0xED4845) is known color: Sunset Orange. HEX triplet: ED, 48 and 45. RGB value is (237,72,69). Sum of RGB (Red+Green+Blue) = 237+72+69=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4845 is #12B7BA. Grayscale: #797979. Windows color (decimal): -1226683 or 4540653. OLE color: 4540653.

HSL color Cylindrical-coordinate representation of color #ED4845: 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 #ED4845 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 72 69 -
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.32 23.07 8.06 -
YUV 120.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 237 72 69 0 0.70 0.71 0.07 1.07 0.82 0.6
Hex ED 48 45 0 46 47 7 1 52 3C
Octal 355 110 105 0 106 107 7 1 122 74
Binary 11101101 1001000 1000101 0 1000110 1000111 111 1 1010010 111100

Color Harmonies of #ED4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4845

Black with #ED4845

Text Example


Text Example

White with #ED4845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4845; }

 p { color: rgb(237,72,69); }

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

background-color css

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

 a { background-color: rgb(237,72,69); }

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

border-color css

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

 span { border-color: rgb(237,72,69); }

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