#ED1311

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

Shades of Red #ED1311

Tints of Red #ED1311

Color information

#ED1311 (or 0xED1311) is unknown color: approx Red. HEX triplet: ED, 13 and 11. RGB value is (237,19,17). Sum of RGB (Red+Green+Blue) = 237+19+17=273 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.81% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1311 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1311 is #12ECEE. Grayscale: #545454. Windows color (decimal): -1240303 or 1119213. OLE color: 1119213.

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

Color convert

RGB2371917-
CMYK00.920.930.07
HSL0.55º86.61%49.8%-
HSV(B)0.55º92.83%92.94%-
XYZ35.2618.512.24-
YUV83.9590.22237.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 86.81%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=86.81%
G=6.96%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237191700.920.930.070.5586.6149.8
HexED131105C5D715732
Octal355232101341357112762
Binary11101101100111000101011100101110111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1311; }

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

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

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

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

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

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

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

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