Html Css Color HEX #ED093D Torch Red

📋 copy color: '#ED093D'

red 237 ◦ green 9 ◦ blue 61

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

Shades of Torch Red #ED093D

Tints of Torch Red #ED093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 77.2%
G = 2.93%
B = 19.87%

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

#ED093D (or 0xED093D) is known color: Torch Red. HEX triplet: ED, 09 and 3D. RGB value is (237,9,61). Sum of RGB (Red+Green+Blue) = 237+9+61=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED093D is #12F6C2. Grayscale: #535353. Windows color (decimal): -1242819 or 4000237. OLE color: 4000237.

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

Color convert

RGB 237 9 61 -
CMYK 0 0.96 0.74 0.07
HSL 346.32º 0.93% 0.48% -
HSV(B) 346.32º 0.96% 0.93% -
XYZ 35.87 18.54 6.1 -
YUV 83.1 115.54 237.77 -
System Red Green Blue C M Y K H S L
Decimal 237 9 61 0 0.96 0.74 0.07 346.32 0.93 0.48
Hex ED 9 3D 0 60 4A 7 15A 5D 30
Octal 355 11 75 0 140 112 7 532 135 60
Binary 11101101 1001 111101 0 1100000 1001010 111 101011010 1011101 110000

Color Harmonies of #ED093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED093D

Black with #ED093D

Text Example


Text Example

White with #ED093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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