Html Css Color HEX #ED4009 Orange Red

📋 copy color: '#ED4009'

red 237 ◦ green 64 ◦ blue 9

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

Shades of Orange Red #ED4009

Tints of Orange Red #ED4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 76.45%
G = 20.65%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED4009 (or 0xED4009) is known color: Orange Red. HEX triplet: ED, 40 and 09. RGB value is (237,64,9). Sum of RGB (Red+Green+Blue) = 237+64+9=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4009 is #12BFF6. Grayscale: #6D6D6D. Windows color (decimal): -1228791 or 606445. OLE color: 606445.

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

Color convert

RGB 237 64 9 -
CMYK 0 0.73 0.96 0.07
HSL 14.47º 0.93% 0.48% -
HSV(B) 14.47º 0.96% 0.93% -
XYZ 36.81 21.69 2.51 -
YUV 109.46 71.31 218.97 -
System Red Green Blue C M Y K H S L
Decimal 237 64 9 0 0.73 0.96 0.07 14.47 0.93 0.48
Hex ED 40 9 0 49 60 7 E 5D 30
Octal 355 100 11 0 111 140 7 16 135 60
Binary 11101101 1000000 1001 0 1001001 1100000 111 1110 1011101 110000

Color Harmonies of #ED4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4009

Black with #ED4009

Text Example


Text Example

White with #ED4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4009; }

 p { color: rgb(237,64,9); }

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

background-color css

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

 a { background-color: rgb(237,64,9); }

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

border-color css

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

 span { border-color: rgb(237,64,9); }

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