#EF1702

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

Shades of Scarlet #EF1702

Tints of Scarlet #EF1702

Color information

#EF1702 (or 0xEF1702) is unknown color: approx Scarlet. HEX triplet: EF, 17 and 02. RGB value is (239,23,2). Sum of RGB (Red+Green+Blue) = 239+23+2=264 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.53% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1702 is #10E8FD. Grayscale: #555555. Windows color (decimal): -1108222 or 137199. OLE color: 137199.

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

Color convert

RGB239232-
CMYK00.900.990.06
HSL5.32º98.34%47.25%-
HSV(B)5.32º99.16%93.73%-
XYZ35.9118.971.83-
YUV85.1981.06237.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 90.53%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=90.53%
G=8.71%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923200.900.990.065.3298.3447.25
HexEF17205A6365622f
Octal35727201321436514257
Binary1110111110111100101101011000111101011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1702; }

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

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

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

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

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

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

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

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