Html Css Color HEX #ED1139 Torch Red

📋 copy color: '#ED1139'

red 237 ◦ green 17 ◦ blue 57

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

Shades of Torch Red #ED1139

Tints of Torch Red #ED1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 76.21%
G = 5.47%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED1139 (or 0xED1139) is known color: Torch Red. HEX triplet: ED, 11 and 39. RGB value is (237,17,57). Sum of RGB (Red+Green+Blue) = 237+17+57=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1139 is #12EEC6. Grayscale: #575757. Windows color (decimal): -1240775 or 3740141. OLE color: 3740141.

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

Color convert

RGB 237 17 57 -
CMYK 0 0.93 0.76 0.07
HSL 349.09º 0.87% 0.5% -
HSV(B) 349.09º 0.93% 0.93% -
XYZ 35.86 18.7 5.59 -
YUV 87.34 110.89 234.75 -
System Red Green Blue C M Y K H S L
Decimal 237 17 57 0 0.93 0.76 0.07 349.09 0.87 0.5
Hex ED 11 39 0 5D 4C 7 15D 57 32
Octal 355 21 71 0 135 114 7 535 127 62
Binary 11101101 10001 111001 0 1011101 1001100 111 101011101 1010111 110010

Color Harmonies of #ED1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1139

Black with #ED1139

Text Example


Text Example

White with #ED1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1139; }

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

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

background-color css

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

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

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

border-color css

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

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

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