#EF1711

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

Shades of Scarlet #EF1711

Tints of Scarlet #EF1711

Color information

#EF1711 (or 0xEF1711) is unknown color: approx Scarlet. HEX triplet: EF, 17 and 11. RGB value is (239,23,17). Sum of RGB (Red+Green+Blue) = 239+23+17=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1711 is #10E8EE. Grayscale: #575757. Windows color (decimal): -1108207 or 1120239. OLE color: 1120239.

HSL color Cylindrical-coordinate representation of color #EF1711: hue angle of 1.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1711 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB2392317-
CMYK00.900.930.06
HSL1.62º87.4%50.2%-
HSV(B)1.62º92.89%93.73%-
XYZ36192.3-
YUV86.988.56236.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 85.66%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=85.66%
G=8.24%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239231700.900.930.061.6287.450.2
HexEF171105A5D625732
Octal357272101321356212762
Binary111011111011110001010110101011101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1711; }

 p { color: rgb(239,23,17); }

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

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

 a { background-color: rgb(239,23,17); }

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

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

 span { border-color: rgb(239,23,17); }

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