#ED0A3E

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

Shades of Torch Red #ED0A3E

Tints of Torch Red #ED0A3E

Color information

#ED0A3E (or 0xED0A3E) is unknown color: approx Torch Red. HEX triplet: ED, 0A and 3E. RGB value is (237,10,62). Sum of RGB (Red+Green+Blue) = 237+10+62=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0A3E is #12F5C1. Grayscale: #535353. Windows color (decimal): -1242562 or 4066029. OLE color: 4066029.

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

Color convert

RGB2371062-
CMYK00.960.740.07
HSL346.26º91.9%48.43%-
HSV(B)346.26º95.78%92.94%-
XYZ35.918.576.25-
YUV83.8115.71237.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.70%
GREEN value IS 10 (4.30% from 255) = 3.24%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=76.70%
G=3.24%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237106200.960.740.07346.2691.948.43
HexEDA3E0604A715a5c30
Octal35512760140112753213460
Binary1110110110101111100110000010010101111010110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0A3E; }

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

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

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

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

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

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

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

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