Html Css Color HEX #ED1131 Torch Red

📋 copy color: '#ED1131'

red 237 ◦ green 17 ◦ blue 49

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

Shades of Torch Red #ED1131

Tints of Torch Red #ED1131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 78.22%
G = 5.61%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED1131 (or 0xED1131) is known color: Torch Red. HEX triplet: ED, 11 and 31. RGB value is (237,17,49). Sum of RGB (Red+Green+Blue) = 237+17+49=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1131 is #12EECE. Grayscale: #565656. Windows color (decimal): -1240783 or 3215853. OLE color: 3215853.

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

Color convert

RGB 237 17 49 -
CMYK 0 0.93 0.79 0.07
HSL 351.27º 0.87% 0.5% -
HSV(B) 351.27º 0.93% 0.93% -
XYZ 35.68 18.63 4.62 -
YUV 86.43 106.89 235.4 -
System Red Green Blue C M Y K H S L
Decimal 237 17 49 0 0.93 0.79 0.07 351.27 0.87 0.5
Hex ED 11 31 0 5D 4F 7 15F 57 32
Octal 355 21 61 0 135 117 7 537 127 62
Binary 11101101 10001 110001 0 1011101 1001111 111 101011111 1010111 110010

Color Harmonies of #ED1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1131

Black with #ED1131

Text Example


Text Example

White with #ED1131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1131; }

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

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

background-color css

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

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

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

border-color css

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

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

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