Html Css Color HEX #ED111F Torch Red

📋 copy color: '#ED111F'

red 237 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #ED111F

Tints of Torch Red #ED111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 83.16%
G = 5.96%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED111F (or 0xED111F) is known color: Torch Red. HEX triplet: ED, 11 and 1F. RGB value is (237,17,31). Sum of RGB (Red+Green+Blue) = 237+17+31=285 (37% of max value = 765). Red value is 237 (92.97% from 255 or 83.16% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 237 - color contains mainly: red. Hex color #ED111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED111F is #12EEE0. Grayscale: #545454. Windows color (decimal): -1240801 or 2036205. OLE color: 2036205.

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

Color convert

RGB 237 17 31 -
CMYK 0 0.93 0.87 0.07
HSL 356.18º 0.87% 0.5% -
HSV(B) 356.18º 0.93% 0.93% -
XYZ 35.37 18.5 3 -
YUV 84.38 97.89 236.86 -
System Red Green Blue C M Y K H S L
Decimal 237 17 31 0 0.93 0.87 0.07 356.18 0.87 0.5
Hex ED 11 1F 0 5D 57 7 164 57 32
Octal 355 21 37 0 135 127 7 544 127 62
Binary 11101101 10001 11111 0 1011101 1010111 111 101100100 1010111 110010

Color Harmonies of #ED111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED111F

Black with #ED111F

Text Example


Text Example

White with #ED111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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