#EF1E19

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

Shades of Scarlet #EF1E19

Tints of Scarlet #EF1E19

Color information

#EF1E19 (or 0xEF1E19) is unknown color: approx Scarlet. HEX triplet: EF, 1E and 19. RGB value is (239,30,25). Sum of RGB (Red+Green+Blue) = 239+30+25=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1E19 is #10E1E6. Grayscale: #5C5C5C. Windows color (decimal): -1106407 or 1646319. OLE color: 1646319.

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

Color convert

RGB2393025-
CMYK00.870.900.06
HSL1.4º86.99%51.76%-
HSV(B)1.4º89.54%93.73%-
XYZ36.2419.352.74-
YUV91.9290.24232.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 81.29%
GREEN value IS 30 (12.11% from 255) = 10.20%
BLUE value IS 25 (10.16% from 255) = 8.50%
R=81.29%
G=10.20%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239302500.870.900.061.486.9951.76
HexEF1E190575A615734
Octal357363101271326112764
Binary11101111111101100101010111101101011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E19; }

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

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

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

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

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

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

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

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