#ED4404

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

Shades of Orange Red #ED4404

Tints of Orange Red #ED4404

Color information

#ED4404 (or 0xED4404) is unknown color: approx Orange Red. HEX triplet: ED, 44 and 04. RGB value is (237,68,4). Sum of RGB (Red+Green+Blue) = 237+68+4=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4404 is #12BBFB. Grayscale: #6F6F6F. Windows color (decimal): -1227772 or 279789. OLE color: 279789.

HSL color Cylindrical-coordinate representation of color #ED4404: hue angle of 16.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED4404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB237684-
CMYK00.710.980.07
HSL16.48º96.68%47.25%-
HSV(B)16.48º98.31%92.94%-
XYZ37.0122.152.44-
YUV111.2467.49217.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.70%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=76.70%
G=22.01%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23768400.710.980.0716.4896.6847.25
HexED44404762710612f
Octal3551044010714272014157
Binary111011011000100100010001111100010111100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4404; }

 p { color: rgb(237,68,4); }

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

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

 a { background-color: rgb(237,68,4); }

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

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

 span { border-color: rgb(237,68,4); }

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