Html Css Color HEX #ED0A3E Torch Red

📋 copy color: '#ED0A3E'

red 237 ◦ green 10 ◦ blue 62

#ED0A3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #ED0A3E

Tints of Torch Red #ED0A3E

RGB

 RED value IS 237 (92.97% from 255) = 76.7%

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 76.7%
G = 3.24%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED0A3E (or 0xED0A3E) is known color: 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

RGB 237 10 62 -
CMYK 0 0.96 0.74 0.07
HSL 346.26º 0.92% 0.48% -
HSV(B) 346.26º 0.96% 0.93% -
XYZ 35.9 18.57 6.25 -
YUV 83.8 115.71 237.27 -
System Red Green Blue C M Y K H S L
Decimal 237 10 62 0 0.96 0.74 0.07 346.26 0.92 0.48
Hex ED A 3E 0 60 4A 7 15A 5C 30
Octal 355 12 76 0 140 112 7 532 134 60
Binary 11101101 1010 111110 0 1100000 1001010 111 101011010 1011100 110000

Color Harmonies of #ED0A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A3E

Black with #ED0A3E

Text Example


Text Example

White with #ED0A3E

Text Example


Text Example

HTML Codes & Css Web 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>