Html Css Color HEX #ED360F Orange Red

📋 copy color: '#ED360F'

red 237 ◦ green 54 ◦ blue 15

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

Shades of Orange Red #ED360F

Tints of Orange Red #ED360F

RGB

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

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

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

R = 77.45%
G = 17.65%
B = 4.9%

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

#ED360F (or 0xED360F) is known color: Orange Red. HEX triplet: ED, 36 and 0F. RGB value is (237,54,15). Sum of RGB (Red+Green+Blue) = 237+54+15=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED360F is #12C9F0. Grayscale: #686868. Windows color (decimal): -1231345 or 997101. OLE color: 997101.

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

Color convert

RGB 237 54 15 -
CMYK 0 0.77 0.94 0.07
HSL 10.54º 0.88% 0.49% -
HSV(B) 10.54º 0.94% 0.93% -
XYZ 36.33 20.68 2.53 -
YUV 104.27 77.63 222.67 -
System Red Green Blue C M Y K H S L
Decimal 237 54 15 0 0.77 0.94 0.07 10.54 0.88 0.49
Hex ED 36 F 0 4D 5E 7 B 58 31
Octal 355 66 17 0 115 136 7 13 130 61
Binary 11101101 110110 1111 0 1001101 1011110 111 1011 1011000 110001

Color Harmonies of #ED360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED360F

Black with #ED360F

Text Example


Text Example

White with #ED360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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