Html Css Color HEX #ED4110 Orange Red

📋 copy color: '#ED4110'

red 237 ◦ green 65 ◦ blue 16

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

Shades of Orange Red #ED4110

Tints of Orange Red #ED4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

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

R = 74.53%
G = 20.44%
B = 5.03%

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

#ED4110 (or 0xED4110) is known color: Orange Red. HEX triplet: ED, 41 and 10. RGB value is (237,65,16). Sum of RGB (Red+Green+Blue) = 237+65+16=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4110 is #12BEEF. Grayscale: #6F6F6F. Windows color (decimal): -1228528 or 1065453. OLE color: 1065453.

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

Color convert

RGB 237 65 16 -
CMYK 0 0.73 0.93 0.07
HSL 13.3º 0.87% 0.5% -
HSV(B) 13.3º 0.93% 0.93% -
XYZ 36.91 21.82 2.76 -
YUV 110.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 237 65 16 0 0.73 0.93 0.07 13.3 0.87 0.5
Hex ED 41 10 0 49 5D 7 D 57 32
Octal 355 101 20 0 111 135 7 15 127 62
Binary 11101101 1000001 10000 0 1001001 1011101 111 1101 1010111 110010

Color Harmonies of #ED4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4110

Black with #ED4110

Text Example


Text Example

White with #ED4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4110; }

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

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

background-color css

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

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

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

border-color css

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

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

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