#ED1121

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

Shades of Torch Red #ED1121

Tints of Torch Red #ED1121

Color information

#ED1121 (or 0xED1121) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 21. RGB value is (237,17,33). Sum of RGB (Red+Green+Blue) = 237+17+33=287 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.58% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1121 is #12EEDE. Grayscale: #545454. Windows color (decimal): -1240799 or 2167277. OLE color: 2167277.

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

Color convert

RGB2371733-
CMYK00.930.860.07
HSL355.64º86.61%49.8%-
HSV(B)355.64º92.83%92.94%-
XYZ35.418.523.15-
YUV84.698.89236.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 82.58%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=82.58%
G=5.92%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237173300.930.860.07355.6486.6149.8
HexED112105D5671645732
Octal35521410135126754412762
Binary11101101100011000010101110110101101111011001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1121; }

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

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

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

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

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

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

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

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