Html Css Color HEX #ED370F Orange Red

📋 copy color: '#ED370F'

red 237 ◦ green 55 ◦ blue 15

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

Shades of Orange Red #ED370F

Tints of Orange Red #ED370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

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

R = 77.2%
G = 17.92%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED370F (or 0xED370F) is known color: Orange Red. HEX triplet: ED, 37 and 0F. RGB value is (237,55,15). Sum of RGB (Red+Green+Blue) = 237+55+15=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED370F is #12C8F0. Grayscale: #696969. Windows color (decimal): -1231089 or 997357. OLE color: 997357.

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

Color convert

RGB 237 55 15 -
CMYK 0 0.77 0.94 0.07
HSL 10.81º 0.88% 0.49% -
HSV(B) 10.81º 0.94% 0.93% -
XYZ 36.38 20.77 2.54 -
YUV 104.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 237 55 15 0 0.77 0.94 0.07 10.81 0.88 0.49
Hex ED 37 F 0 4D 5E 7 B 58 31
Octal 355 67 17 0 115 136 7 13 130 61
Binary 11101101 110111 1111 0 1001101 1011110 111 1011 1011000 110001

Color Harmonies of #ED370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED370F

Black with #ED370F

Text Example


Text Example

White with #ED370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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