Html Css Color HEX #ED4D4A Sunset Orange

📋 copy color: '#ED4D4A'

red 237 ◦ green 77 ◦ blue 74

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

Shades of Sunset Orange #ED4D4A

Tints of Sunset Orange #ED4D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 61.08%
G = 19.85%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED4D4A (or 0xED4D4A) is known color: Sunset Orange. HEX triplet: ED, 4D and 4A. RGB value is (237,77,74). Sum of RGB (Red+Green+Blue) = 237+77+74=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4D4A is #12B2B5. Grayscale: #7C7C7C. Windows color (decimal): -1225398 or 4869613. OLE color: 4869613.

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

Color convert

RGB 237 77 74 -
CMYK 0 0.68 0.69 0.07
HSL 1.1º 0.82% 0.61% -
HSV(B) 1.1º 0.69% 0.93% -
XYZ 38.81 23.81 9.03 -
YUV 124.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 237 77 74 0 0.68 0.69 0.07 1.1 0.82 0.61
Hex ED 4D 4A 0 44 45 7 1 52 3D
Octal 355 115 112 0 104 105 7 1 122 75
Binary 11101101 1001101 1001010 0 1000100 1000101 111 1 1010010 111101

Color Harmonies of #ED4D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4D4A

Black with #ED4D4A

Text Example


Text Example

White with #ED4D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4D4A; }

 p { color: rgb(237,77,74); }

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

background-color css

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

 a { background-color: rgb(237,77,74); }

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

border-color css

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

 span { border-color: rgb(237,77,74); }

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