Html Css Color HEX #ED3F09 Orange Red

📋 copy color: '#ED3F09'

red 237 ◦ green 63 ◦ blue 9

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

Shades of Orange Red #ED3F09

Tints of Orange Red #ED3F09

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

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

R = 76.7%
G = 20.39%
B = 2.91%

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

#ED3F09 (or 0xED3F09) is known color: Orange Red. HEX triplet: ED, 3F and 09. RGB value is (237,63,9). Sum of RGB (Red+Green+Blue) = 237+63+9=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F09 is #12C0F6. Grayscale: #6D6D6D. Windows color (decimal): -1229047 or 606189. OLE color: 606189.

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

Color convert

RGB 237 63 9 -
CMYK 0 0.73 0.96 0.07
HSL 14.21º 0.93% 0.48% -
HSV(B) 14.21º 0.96% 0.93% -
XYZ 36.75 21.58 2.49 -
YUV 108.87 71.65 219.39 -
System Red Green Blue C M Y K H S L
Decimal 237 63 9 0 0.73 0.96 0.07 14.21 0.93 0.48
Hex ED 3F 9 0 49 60 7 E 5D 30
Octal 355 77 11 0 111 140 7 16 135 60
Binary 11101101 111111 1001 0 1001001 1100000 111 1110 1011101 110000

Color Harmonies of #ED3F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F09

Black with #ED3F09

Text Example


Text Example

White with #ED3F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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