Html Css Color HEX #ED400E Orange Red

📋 copy color: '#ED400E'

red 237 ◦ green 64 ◦ blue 14

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

Shades of Orange Red #ED400E

Tints of Orange Red #ED400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 75.24%
G = 20.32%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED400E (or 0xED400E) is known color: Orange Red. HEX triplet: ED, 40 and 0E. RGB value is (237,64,14). Sum of RGB (Red+Green+Blue) = 237+64+14=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED400E is #12BFF1. Grayscale: #6E6E6E. Windows color (decimal): -1228786 or 934125. OLE color: 934125.

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

Color convert

RGB 237 64 14 -
CMYK 0 0.73 0.94 0.07
HSL 13.45º 0.89% 0.49% -
HSV(B) 13.45º 0.94% 0.93% -
XYZ 36.84 21.7 2.66 -
YUV 110.03 73.81 218.57 -
System Red Green Blue C M Y K H S L
Decimal 237 64 14 0 0.73 0.94 0.07 13.45 0.89 0.49
Hex ED 40 E 0 49 5E 7 D 59 31
Octal 355 100 16 0 111 136 7 15 131 61
Binary 11101101 1000000 1110 0 1001001 1011110 111 1101 1011001 110001

Color Harmonies of #ED400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED400E

Black with #ED400E

Text Example


Text Example

White with #ED400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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