#EF1411

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

Shades of Scarlet #EF1411

Tints of Scarlet #EF1411

Color information

#EF1411 (or 0xEF1411) is unknown color: approx Scarlet. HEX triplet: EF, 14 and 11. RGB value is (239,20,17). Sum of RGB (Red+Green+Blue) = 239+20+17=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1411 is #10EBEE. Grayscale: #555555. Windows color (decimal): -1108975 or 1119471. OLE color: 1119471.

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

Color convert

RGB2392017-
CMYK00.920.930.06
HSL0.81º87.4%50.2%-
HSV(B)0.81º92.89%93.73%-
XYZ35.9518.892.28-
YUV85.1489.55237.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 86.59%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=86.59%
G=7.25%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239201700.920.930.060.8187.450.2
HexEF141105C5D615732
Octal357242101341356112762
Binary11101111101001000101011100101110111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1411; }

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

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

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

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

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

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

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

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