Html Css Color HEX #ED092C Torch Red

📋 copy color: '#ED092C'

red 237 ◦ green 9 ◦ blue 44

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

Shades of Torch Red #ED092C

Tints of Torch Red #ED092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 81.72%
G = 3.1%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED092C (or 0xED092C) is known color: Torch Red. HEX triplet: ED, 09 and 2C. RGB value is (237,9,44). Sum of RGB (Red+Green+Blue) = 237+9+44=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED092C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED092C is #12F6D3. Grayscale: #515151. Windows color (decimal): -1242836 or 2886125. OLE color: 2886125.

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

Color convert

RGB 237 9 44 -
CMYK 0 0.96 0.81 0.07
HSL 350.79º 0.93% 0.48% -
HSV(B) 350.79º 0.96% 0.93% -
XYZ 35.48 18.38 4.06 -
YUV 81.16 107.04 239.15 -
System Red Green Blue C M Y K H S L
Decimal 237 9 44 0 0.96 0.81 0.07 350.79 0.93 0.48
Hex ED 9 2C 0 60 51 7 15F 5D 30
Octal 355 11 54 0 140 121 7 537 135 60
Binary 11101101 1001 101100 0 1100000 1010001 111 101011111 1011101 110000

Color Harmonies of #ED092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED092C

Black with #ED092C

Text Example


Text Example

White with #ED092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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