#ED1128

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

Shades of Torch Red #ED1128

Tints of Torch Red #ED1128

Color information

#ED1128 (or 0xED1128) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 28. RGB value is (237,17,40). Sum of RGB (Red+Green+Blue) = 237+17+40=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1128 is #12EED7. Grayscale: #555555. Windows color (decimal): -1240792 or 2626029. OLE color: 2626029.

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

Color convert

RGB2371740-
CMYK00.930.830.07
HSL353.73º86.61%49.8%-
HSV(B)353.73º92.83%92.94%-
XYZ35.5118.563.72-
YUV85.4102.39236.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 80.61%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=80.61%
G=5.78%
B=13.61%

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
Decimal237174000.930.830.07353.7386.6149.8
HexED112805D5371625732
Octal35521500135123754212762
Binary11101101100011010000101110110100111111011000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1128; }

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

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

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

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

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

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

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

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