#EF1401

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

Shades of Scarlet #EF1401

Tints of Scarlet #EF1401

Color information

#EF1401 (or 0xEF1401) is unknown color: approx Scarlet. HEX triplet: EF, 14 and 01. RGB value is (239,20,1). Sum of RGB (Red+Green+Blue) = 239+20+1=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1401 is #10EBFE. Grayscale: #535353. Windows color (decimal): -1108991 or 70895. OLE color: 70895.

HSL color Cylindrical-coordinate representation of color #EF1401: hue angle of 4.79º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF1401 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239201-
CMYK00.921.000.06
HSL4.79º99.17%47.06%-
HSV(B)4.79º99.58%93.73%-
XYZ35.8518.851.78-
YUV83.3281.55239.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 91.92%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=91.92%
G=7.69%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920100.921.000.064.7999.1747.06
HexEF14105C6465632f
Octal35724101341446514357
Binary111011111010010101110011001001101011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1401; }

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

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

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

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

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

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

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

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