Html Css Color HEX #ED5141 Sunset Orange

📋 copy color: '#ED5141'

red 237 ◦ green 81 ◦ blue 65

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

Shades of Sunset Orange #ED5141

Tints of Sunset Orange #ED5141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 61.88%
G = 21.15%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED5141 (or 0xED5141) is known color: Sunset Orange. HEX triplet: ED, 51 and 41. RGB value is (237,81,65). Sum of RGB (Red+Green+Blue) = 237+81+65=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5141 is #12AEBE. Grayscale: #7E7E7E. Windows color (decimal): -1224383 or 4280813. OLE color: 4280813.

HSL color Cylindrical-coordinate representation of color #ED5141: hue angle of 5.58º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED5141 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 65 -
CMYK 0 0.66 0.73 0.07
HSL 5.58º 0.83% 0.59% -
HSV(B) 5.58º 0.73% 0.93% -
XYZ 38.82 24.27 7.64 -
YUV 125.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 237 81 65 0 0.66 0.73 0.07 5.58 0.83 0.59
Hex ED 51 41 0 42 49 7 6 53 3B
Octal 355 121 101 0 102 111 7 6 123 73
Binary 11101101 1010001 1000001 0 1000010 1001001 111 110 1010011 111011

Color Harmonies of #ED5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5141

Black with #ED5141

Text Example


Text Example

White with #ED5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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