Html Css Color HEX #ED4509 Orange Red

📋 copy color: '#ED4509'

red 237 ◦ green 69 ◦ blue 9

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

Shades of Orange Red #ED4509

Tints of Orange Red #ED4509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

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

R = 75.24%
G = 21.9%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED4509 (or 0xED4509) is known color: Orange Red. HEX triplet: ED, 45 and 09. RGB value is (237,69,9). Sum of RGB (Red+Green+Blue) = 237+69+9=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4509 is #12BAF6. Grayscale: #707070. Windows color (decimal): -1227511 or 607725. OLE color: 607725.

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

Color convert

RGB 237 69 9 -
CMYK 0 0.71 0.96 0.07
HSL 15.79º 0.93% 0.48% -
HSV(B) 15.79º 0.96% 0.93% -
XYZ 37.1 22.28 2.6 -
YUV 112.39 69.66 216.88 -
System Red Green Blue C M Y K H S L
Decimal 237 69 9 0 0.71 0.96 0.07 15.79 0.93 0.48
Hex ED 45 9 0 47 60 7 10 5D 30
Octal 355 105 11 0 107 140 7 20 135 60
Binary 11101101 1000101 1001 0 1000111 1100000 111 10000 1011101 110000

Color Harmonies of #ED4509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4509

Black with #ED4509

Text Example


Text Example

White with #ED4509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4509; }

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

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

background-color css

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

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

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

border-color css

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

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

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