#EF1902

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

Shades of Scarlet #EF1902

Tints of Scarlet #EF1902

Color information

#EF1902 (or 0xEF1902) is unknown color: approx Scarlet. HEX triplet: EF, 19 and 02. RGB value is (239,25,2). Sum of RGB (Red+Green+Blue) = 239+25+2=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1902 is #10E6FD. Grayscale: #565656. Windows color (decimal): -1107710 or 137711. OLE color: 137711.

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

Color convert

RGB239252-
CMYK00.900.990.06
HSL5.82º98.34%47.25%-
HSV(B)5.82º99.16%93.73%-
XYZ35.9619.051.84-
YUV86.3680.4236.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 89.85%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=89.85%
G=9.40%
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
Decimal23925200.900.990.065.8298.3447.25
HexEF19205A6366622f
Octal35731201321436614257
Binary1110111111001100101101011000111101101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1902; }

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

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

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

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

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

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

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

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