#EF190F

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

Shades of Scarlet #EF190F

Tints of Scarlet #EF190F

Color information

#EF190F (or 0xEF190F) is unknown color: approx Scarlet. HEX triplet: EF, 19 and 0F. RGB value is (239,25,15). Sum of RGB (Red+Green+Blue) = 239+25+15=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF190F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF190F is #10E6F0. Grayscale: #585858. Windows color (decimal): -1107697 or 989679. OLE color: 989679.

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

Color convert

RGB2392515-
CMYK00.900.940.06
HSL2.68º88.19%49.8%-
HSV(B)2.68º93.72%93.73%-
XYZ36.0319.082.24-
YUV87.8586.9235.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 85.66%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=85.66%
G=8.96%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239251500.900.940.062.6888.1949.8
HexEF19F05A5E635832
Octal357311701321366313062
Binary11101111110011111010110101011110110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF190F; }

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

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

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

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

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

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

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

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