Html Css Color HEX #ED093B Torch Red

📋 copy color: '#ED093B'

red 237 ◦ green 9 ◦ blue 59

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

Shades of Torch Red #ED093B

Tints of Torch Red #ED093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 77.7%
G = 2.95%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED093B (or 0xED093B) is known color: Torch Red. HEX triplet: ED, 09 and 3B. RGB value is (237,9,59). Sum of RGB (Red+Green+Blue) = 237+9+59=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED093B is #12F6C4. Grayscale: #525252. Windows color (decimal): -1242821 or 3869165. OLE color: 3869165.

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

Color convert

RGB 237 9 59 -
CMYK 0 0.96 0.75 0.07
HSL 346.84º 0.93% 0.48% -
HSV(B) 346.84º 0.96% 0.93% -
XYZ 35.81 18.52 5.82 -
YUV 82.87 114.54 237.93 -
System Red Green Blue C M Y K H S L
Decimal 237 9 59 0 0.96 0.75 0.07 346.84 0.93 0.48
Hex ED 9 3B 0 60 4B 7 15B 5D 30
Octal 355 11 73 0 140 113 7 533 135 60
Binary 11101101 1001 111011 0 1100000 1001011 111 101011011 1011101 110000

Color Harmonies of #ED093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED093B

Black with #ED093B

Text Example


Text Example

White with #ED093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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