#ED0439

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

Shades of Torch Red #ED0439

Tints of Torch Red #ED0439

Color information

#ED0439 (or 0xED0439) is unknown color: approx Torch Red. HEX triplet: ED, 04 and 39. RGB value is (237,4,57). Sum of RGB (Red+Green+Blue) = 237+4+57=298 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.53% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0439 is #12FBC6. Grayscale: #4F4F4F. Windows color (decimal): -1244103 or 3736813. OLE color: 3736813.

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

Color convert

RGB237457-
CMYK00.980.760.07
HSL346.35º96.68%47.25%-
HSV(B)346.35º98.31%92.94%-
XYZ35.7118.395.54-
YUV79.71115.19240.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 79.53%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 57 (22.66% from 255) = 19.13%
R=79.53%
G=1.34%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23745700.980.760.07346.3596.6847.25
HexED4390624C715a612f
Octal3554710142114753214157
Binary111011011001110010110001010011001111010110101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0439; }

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

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

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

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

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

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

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

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