Html Css Color HEX #ED360E Orange Red

📋 copy color: '#ED360E'

red 237 ◦ green 54 ◦ blue 14

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

Shades of Orange Red #ED360E

Tints of Orange Red #ED360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 77.7%
G = 17.7%
B = 4.59%

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

#ED360E (or 0xED360E) is known color: Orange Red. HEX triplet: ED, 36 and 0E. RGB value is (237,54,14). Sum of RGB (Red+Green+Blue) = 237+54+14=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED360E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED360E is #12C9F1. Grayscale: #686868. Windows color (decimal): -1231346 or 931565. OLE color: 931565.

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

Color convert

RGB 237 54 14 -
CMYK 0 0.77 0.94 0.07
HSL 10.76º 0.89% 0.49% -
HSV(B) 10.76º 0.94% 0.93% -
XYZ 36.32 20.67 2.49 -
YUV 104.16 77.13 222.75 -
System Red Green Blue C M Y K H S L
Decimal 237 54 14 0 0.77 0.94 0.07 10.76 0.89 0.49
Hex ED 36 E 0 4D 5E 7 B 59 31
Octal 355 66 16 0 115 136 7 13 131 61
Binary 11101101 110110 1110 0 1001101 1011110 111 1011 1011001 110001

Color Harmonies of #ED360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED360E

Black with #ED360E

Text Example


Text Example

White with #ED360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED360E; }

 p { color: rgb(237,54,14); }

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

background-color css

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

 a { background-color: rgb(237,54,14); }

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

border-color css

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

 span { border-color: rgb(237,54,14); }

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