#EF1802

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

Shades of Scarlet #EF1802

Tints of Scarlet #EF1802

Color information

#EF1802 (or 0xEF1802) is unknown color: approx Scarlet. HEX triplet: EF, 18 and 02. RGB value is (239,24,2). Sum of RGB (Red+Green+Blue) = 239+24+2=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1802 is #10E7FD. Grayscale: #565656. Windows color (decimal): -1107966 or 137455. OLE color: 137455.

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

Color convert

RGB239242-
CMYK00.900.990.06
HSL5.57º98.34%47.25%-
HSV(B)5.57º99.16%93.73%-
XYZ35.9319.011.83-
YUV85.7880.73237.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 90.19%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=90.19%
G=9.06%
B=0.75%

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
Decimal23924200.900.990.065.5798.3447.25
HexEF18205A6366622f
Octal35730201321436614257
Binary1110111111000100101101011000111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1802; }

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

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

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

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

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

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

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

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