#ED0517

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

Shades of Torch Red #ED0517

Tints of Torch Red #ED0517

Color information

#ED0517 (or 0xED0517) is unknown color: approx Torch Red. HEX triplet: ED, 05 and 17. RGB value is (237,5,23). Sum of RGB (Red+Green+Blue) = 237+5+23=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0517 is #12FAE8. Grayscale: #4C4C4C. Windows color (decimal): -1243881 or 1508845. OLE color: 1508845.

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

Color convert

RGB237523-
CMYK00.980.900.07
HSL355.34º95.87%47.45%-
HSV(B)355.34º97.89%92.94%-
XYZ35.1318.172.47-
YUV76.4297.86242.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 89.43%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=89.43%
G=1.89%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23752300.980.900.07355.3495.8747.45
HexED5170625A7163602f
Octal3555270142132754314057
Binary11101101101101110110001010110101111011000111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0517; }

 p { color: rgb(237,5,23); }

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

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

 a { background-color: rgb(237,5,23); }

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

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

 span { border-color: rgb(237,5,23); }

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