Html Css Color HEX #ED390F Orange Red

📋 copy color: '#ED390F'

red 237 ◦ green 57 ◦ blue 15

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

Shades of Orange Red #ED390F

Tints of Orange Red #ED390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 76.7%
G = 18.45%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED390F (or 0xED390F) is known color: Orange Red. HEX triplet: ED, 39 and 0F. RGB value is (237,57,15). Sum of RGB (Red+Green+Blue) = 237+57+15=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED390F is #12C6F0. Grayscale: #6A6A6A. Windows color (decimal): -1230577 or 997869. OLE color: 997869.

HSL color Cylindrical-coordinate representation of color #ED390F: hue angle of 11.35º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED390F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 57 15 -
CMYK 0 0.76 0.94 0.07
HSL 11.35º 0.88% 0.49% -
HSV(B) 11.35º 0.94% 0.93% -
XYZ 36.47 20.97 2.58 -
YUV 106.03 76.63 221.42 -
System Red Green Blue C M Y K H S L
Decimal 237 57 15 0 0.76 0.94 0.07 11.35 0.88 0.49
Hex ED 39 F 0 4C 5E 7 B 58 31
Octal 355 71 17 0 114 136 7 13 130 61
Binary 11101101 111001 1111 0 1001100 1011110 111 1011 1011000 110001

Color Harmonies of #ED390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED390F

Black with #ED390F

Text Example


Text Example

White with #ED390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED390F; }

 p { color: rgb(237,57,15); }

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

background-color css

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

 a { background-color: rgb(237,57,15); }

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

border-color css

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

 span { border-color: rgb(237,57,15); }

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