#ED1129

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

Shades of Torch Red #ED1129

Tints of Torch Red #ED1129

Color information

#ED1129 (or 0xED1129) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 29. RGB value is (237,17,41). Sum of RGB (Red+Green+Blue) = 237+17+41=295 (39% of max value = 765). Red value is 237 (92.97% from 255 or 80.34% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1129 is #12EED6. Grayscale: #555555. Windows color (decimal): -1240791 or 2691565. OLE color: 2691565.

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

Color convert

RGB2371741-
CMYK00.930.830.07
HSL353.45º86.61%49.8%-
HSV(B)353.45º92.83%92.94%-
XYZ35.5318.573.81-
YUV85.52102.89236.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 80.34%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=80.34%
G=5.76%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237174100.930.830.07353.4586.6149.8
HexED112905D5371615732
Octal35521510135123754112762
Binary11101101100011010010101110110100111111011000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1129; }

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

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

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

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

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

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

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

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