#ED0A20

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

Shades of Torch Red #ED0A20

Tints of Torch Red #ED0A20

Color information

#ED0A20 (or 0xED0A20) is unknown color: approx Torch Red. HEX triplet: ED, 0A and 20. RGB value is (237,10,32). Sum of RGB (Red+Green+Blue) = 237+10+32=279 (36% of max value = 765). Red value is 237 (92.97% from 255 or 84.95% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A20 is #12F5DF. Grayscale: #505050. Windows color (decimal): -1242592 or 2099949. OLE color: 2099949.

HSL color Cylindrical-coordinate representation of color #ED0A20: hue angle of 354.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A20 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2371032-
CMYK00.960.860.07
HSL354.19º91.9%48.43%-
HSV(B)354.19º95.78%92.94%-
XYZ35.2918.333.04-
YUV80.38100.71239.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 84.95%
GREEN value IS 10 (4.30% from 255) = 3.58%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=84.95%
G=3.58%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237103200.960.860.07354.1991.948.43
HexEDA200605671625c30
Octal35512400140126754213460
Binary1110110110101000000110000010101101111011000101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0A20; }

 p { color: rgb(237,10,32); }

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

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

 a { background-color: rgb(237,10,32); }

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

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

 span { border-color: rgb(237,10,32); }

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