#ED2711

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

Shades of Scarlet #ED2711

Tints of Scarlet #ED2711

Color information

#ED2711 (or 0xED2711) is unknown color: approx Scarlet. HEX triplet: ED, 27 and 11. RGB value is (237,39,17). Sum of RGB (Red+Green+Blue) = 237+39+17=293 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.89% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2711 is #12D8EE. Grayscale: #5F5F5F. Windows color (decimal): -1235183 or 1124333. OLE color: 1124333.

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

Color convert

RGB2373917-
CMYK00.840.930.07
HSL86.61%49.8%-
HSV(B)92.83%92.94%-
XYZ35.7519.52.41-
YUV95.6983.6228.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 80.89%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 17 (7.03% from 255) = 5.80%
R=80.89%
G=13.31%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237391700.840.930.07686.6149.8
HexED27110545D765732
Octal355472101241357612762
Binary11101101100111100010101010010111011111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2711; }

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

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

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

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

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

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

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

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