Html Css Color HEX #ED4010 Orange Red

📋 copy color: '#ED4010'

red 237 ◦ green 64 ◦ blue 16

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

Shades of Orange Red #ED4010

Tints of Orange Red #ED4010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 74.76%
G = 20.19%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED4010 (or 0xED4010) is known color: Orange Red. HEX triplet: ED, 40 and 10. RGB value is (237,64,16). Sum of RGB (Red+Green+Blue) = 237+64+16=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4010 is #12BFEF. Grayscale: #6E6E6E. Windows color (decimal): -1228784 or 1065197. OLE color: 1065197.

HSL color Cylindrical-coordinate representation of color #ED4010: hue angle of 13.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED4010 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 16 -
CMYK 0 0.73 0.93 0.07
HSL 13.03º 0.87% 0.5% -
HSV(B) 13.03º 0.93% 0.93% -
XYZ 36.85 21.71 2.74 -
YUV 110.26 74.81 218.4 -
System Red Green Blue C M Y K H S L
Decimal 237 64 16 0 0.73 0.93 0.07 13.03 0.87 0.5
Hex ED 40 10 0 49 5D 7 D 57 32
Octal 355 100 20 0 111 135 7 15 127 62
Binary 11101101 1000000 10000 0 1001001 1011101 111 1101 1010111 110010

Color Harmonies of #ED4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4010

Black with #ED4010

Text Example


Text Example

White with #ED4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4010; }

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

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

background-color css

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

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

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

border-color css

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

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

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