#ED1611

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

Shades of Scarlet #ED1611

Tints of Scarlet #ED1611

Color information

#ED1611 (or 0xED1611) is unknown color: approx Scarlet. HEX triplet: ED, 16 and 11. RGB value is (237,22,17). Sum of RGB (Red+Green+Blue) = 237+22+17=276 (36% of max value = 765). Red value is 237 (92.97% from 255 or 85.87% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1611 is #12E9EE. Grayscale: #555555. Windows color (decimal): -1239535 or 1119981. OLE color: 1119981.

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

Color convert

RGB2372217-
CMYK00.910.930.07
HSL1.36º86.61%49.8%-
HSV(B)1.36º92.83%92.94%-
XYZ35.3118.622.26-
YUV85.7289.23235.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 85.87%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=85.87%
G=7.97%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237221700.910.930.071.3686.6149.8
HexED161105B5D715732
Octal355262101331357112762
Binary11101101101101000101011011101110111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1611; }

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

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

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

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

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

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

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

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