#ED1133

Color #ED1133 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #ED1133

Tints of Torch Red #ED1133

Color information

#ED1133 (or 0xED1133) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 33. RGB value is (237,17,51). Sum of RGB (Red+Green+Blue) = 237+17+51=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1133 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1133 is #12EECC. Grayscale: #565656. Windows color (decimal): -1240781 or 3346925. OLE color: 3346925.

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

Color convert

RGB2371751-
CMYK00.930.780.07
HSL350.73º86.61%49.8%-
HSV(B)350.73º92.83%92.94%-
XYZ35.7218.644.85-
YUV86.66107.89235.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.70%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=77.70%
G=5.57%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237175100.930.780.07350.7386.6149.8
HexED113305D4E715f5732
Octal35521630135116753712762
Binary11101101100011100110101110110011101111010111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1133; }

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

 H1.HeaderClassName
 {
   color: #ED1133;
 }
 .AnyTagClassName
 {
   color: #ED1133;
 }
</style>
background-color css

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

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

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

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

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

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