Html Css Color HEX #ED1120 Torch Red

📋 copy color: '#ED1120'

red 237 ◦ green 17 ◦ blue 32

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

Shades of Torch Red #ED1120

Tints of Torch Red #ED1120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 82.87%
G = 5.94%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED1120 (or 0xED1120) is known color: Torch Red. HEX triplet: ED, 11 and 20. RGB value is (237,17,32). Sum of RGB (Red+Green+Blue) = 237+17+32=286 (37% of max value = 765). Red value is 237 (92.97% from 255 or 82.87% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1120 is #12EEDF. Grayscale: #545454. Windows color (decimal): -1240800 or 2101741. OLE color: 2101741.

HSL color Cylindrical-coordinate representation of color #ED1120: hue angle of 355.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED1120 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 17 32 -
CMYK 0 0.93 0.86 0.07
HSL 355.91º 0.87% 0.5% -
HSV(B) 355.91º 0.93% 0.93% -
XYZ 35.39 18.51 3.07 -
YUV 84.49 98.39 236.78 -
System Red Green Blue C M Y K H S L
Decimal 237 17 32 0 0.93 0.86 0.07 355.91 0.87 0.5
Hex ED 11 20 0 5D 56 7 164 57 32
Octal 355 21 40 0 135 126 7 544 127 62
Binary 11101101 10001 100000 0 1011101 1010110 111 101100100 1010111 110010

Color Harmonies of #ED1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1120

Black with #ED1120

Text Example


Text Example

White with #ED1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1120; }

 p { color: rgb(237,17,32); }

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

background-color css

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

 a { background-color: rgb(237,17,32); }

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

border-color css

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

 span { border-color: rgb(237,17,32); }

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