Html Css Color HEX #ED093E Torch Red

📋 copy color: '#ED093E'

red 237 ◦ green 9 ◦ blue 62

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

Shades of Torch Red #ED093E

Tints of Torch Red #ED093E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

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

R = 76.95%
G = 2.92%
B = 20.13%

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

#ED093E (or 0xED093E) is known color: Torch Red. HEX triplet: ED, 09 and 3E. RGB value is (237,9,62). Sum of RGB (Red+Green+Blue) = 237+9+62=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED093E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED093E is #12F6C1. Grayscale: #535353. Windows color (decimal): -1242818 or 4065773. OLE color: 4065773.

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

Color convert

RGB 237 9 62 -
CMYK 0 0.96 0.74 0.07
HSL 346.05º 0.93% 0.48% -
HSV(B) 346.05º 0.96% 0.93% -
XYZ 35.89 18.55 6.25 -
YUV 83.21 116.04 237.69 -
System Red Green Blue C M Y K H S L
Decimal 237 9 62 0 0.96 0.74 0.07 346.05 0.93 0.48
Hex ED 9 3E 0 60 4A 7 15A 5D 30
Octal 355 11 76 0 140 112 7 532 135 60
Binary 11101101 1001 111110 0 1100000 1001010 111 101011010 1011101 110000

Color Harmonies of #ED093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED093E

Black with #ED093E

Text Example


Text Example

White with #ED093E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED093E; }

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

 H1.HeaderClassName
 {
   color: #ED093E;
 }
 .AnyTagClassName
 {
   color: #ED093E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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