#ED4518

Color #ED4518 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #ED4518

Tints of Orange Red #ED4518

Color information

#ED4518 (or 0xED4518) is unknown color: approx Orange Red. HEX triplet: ED, 45 and 18. RGB value is (237,69,24). Sum of RGB (Red+Green+Blue) = 237+69+24=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4518 is #12BAE7. Grayscale: #727272. Windows color (decimal): -1227496 or 1590765. OLE color: 1590765.

HSL color Cylindrical-coordinate representation of color #ED4518: hue angle of 12.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED4518 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB2376924-
CMYK00.710.900.07
HSL12.68º85.54%51.18%-
HSV(B)12.68º89.87%92.94%-
XYZ37.2222.333.21-
YUV114.177.16215.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.82%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 24 (9.77% from 255) = 7.27%
R=71.82%
G=20.91%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237692400.710.900.0712.6885.5451.18
HexED45180475A7d5633
Octal35510530010713271512663
Binary1110110110001011100001000111101101011111011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4518; }

 p { color: rgb(237,69,24); }

 H1.HeaderClassName
 {
   color: #ED4518;
 }
 .AnyTagClassName
 {
   color: #ED4518;
 }
</style>
background-color css

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

 a { background-color: rgb(237,69,24); }

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

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

 span { border-color: rgb(237,69,24); }

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