Html Css Color HEX #ED4B41 Sunset Orange

📋 copy color: '#ED4B41'

red 237 ◦ green 75 ◦ blue 65

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

Shades of Sunset Orange #ED4B41

Tints of Sunset Orange #ED4B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.89%

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

R = 62.86%
G = 19.89%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED4B41 (or 0xED4B41) is known color: Sunset Orange. HEX triplet: ED, 4B and 41. RGB value is (237,75,65). Sum of RGB (Red+Green+Blue) = 237+75+65=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4B41 is #12B4BE. Grayscale: #7A7A7A. Windows color (decimal): -1225919 or 4279277. OLE color: 4279277.

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

Color convert

RGB 237 75 65 -
CMYK 0 0.68 0.73 0.07
HSL 3.49º 0.83% 0.59% -
HSV(B) 3.49º 0.73% 0.93% -
XYZ 38.4 23.42 7.5 -
YUV 122.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 237 75 65 0 0.68 0.73 0.07 3.49 0.83 0.59
Hex ED 4B 41 0 44 49 7 3 53 3B
Octal 355 113 101 0 104 111 7 3 123 73
Binary 11101101 1001011 1000001 0 1000100 1001001 111 11 1010011 111011

Color Harmonies of #ED4B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4B41

Black with #ED4B41

Text Example


Text Example

White with #ED4B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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