Html Css Color HEX #ED5448 Sunset Orange

📋 copy color: '#ED5448'

red 237 ◦ green 84 ◦ blue 72

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

Shades of Sunset Orange #ED5448

Tints of Sunset Orange #ED5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 60.31%
G = 21.37%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED5448 (or 0xED5448) is known color: Sunset Orange. HEX triplet: ED, 54 and 48. RGB value is (237,84,72). Sum of RGB (Red+Green+Blue) = 237+84+72=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5448 is #12ABB7. Grayscale: #808080. Windows color (decimal): -1223608 or 4740333. OLE color: 4740333.

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

Color convert

RGB 237 84 72 -
CMYK 0 0.65 0.70 0.07
HSL 4.36º 0.82% 0.61% -
HSV(B) 4.36º 0.7% 0.93% -
XYZ 39.27 24.81 8.85 -
YUV 128.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 237 84 72 0 0.65 0.70 0.07 4.36 0.82 0.61
Hex ED 54 48 0 41 46 7 4 52 3D
Octal 355 124 110 0 101 106 7 4 122 75
Binary 11101101 1010100 1001000 0 1000001 1000110 111 100 1010010 111101

Color Harmonies of #ED5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5448

Black with #ED5448

Text Example


Text Example

White with #ED5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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