Html Css Color HEX #ED5148 Sunset Orange

📋 copy color: '#ED5148'

red 237 ◦ green 81 ◦ blue 72

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

Shades of Sunset Orange #ED5148

Tints of Sunset Orange #ED5148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

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

R = 60.77%
G = 20.77%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED5148 (or 0xED5148) is known color: Sunset Orange. HEX triplet: ED, 51 and 48. RGB value is (237,81,72). Sum of RGB (Red+Green+Blue) = 237+81+72=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5148 is #12AEB7. Grayscale: #7E7E7E. Windows color (decimal): -1224376 or 4739565. OLE color: 4739565.

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

Color convert

RGB 237 81 72 -
CMYK 0 0.66 0.70 0.07
HSL 3.27º 0.82% 0.61% -
HSV(B) 3.27º 0.7% 0.93% -
XYZ 39.04 24.36 8.77 -
YUV 126.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 237 81 72 0 0.66 0.70 0.07 3.27 0.82 0.61
Hex ED 51 48 0 42 46 7 3 52 3D
Octal 355 121 110 0 102 106 7 3 122 75
Binary 11101101 1010001 1001000 0 1000010 1000110 111 11 1010010 111101

Color Harmonies of #ED5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5148

Black with #ED5148

Text Example


Text Example

White with #ED5148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5148; }

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

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

background-color css

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

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

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

border-color css

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

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

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