Html Css Color HEX #ED4309 Orange Red

📋 copy color: '#ED4309'

red 237 ◦ green 67 ◦ blue 9

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

Shades of Orange Red #ED4309

Tints of Orange Red #ED4309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 75.72%
G = 21.41%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED4309 (or 0xED4309) is known color: Orange Red. HEX triplet: ED, 43 and 09. RGB value is (237,67,9). Sum of RGB (Red+Green+Blue) = 237+67+9=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4309 is #12BCF6. Grayscale: #6F6F6F. Windows color (decimal): -1228023 or 607213. OLE color: 607213.

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

Color convert

RGB 237 67 9 -
CMYK 0 0.72 0.96 0.07
HSL 15.26º 0.93% 0.48% -
HSV(B) 15.26º 0.96% 0.93% -
XYZ 36.98 22.04 2.56 -
YUV 111.22 70.32 217.72 -
System Red Green Blue C M Y K H S L
Decimal 237 67 9 0 0.72 0.96 0.07 15.26 0.93 0.48
Hex ED 43 9 0 48 60 7 F 5D 30
Octal 355 103 11 0 110 140 7 17 135 60
Binary 11101101 1000011 1001 0 1001000 1100000 111 1111 1011101 110000

Color Harmonies of #ED4309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4309

Black with #ED4309

Text Example


Text Example

White with #ED4309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4309; }

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

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

background-color css

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

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

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

border-color css

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

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

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