#EF2410

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

Shades of Scarlet #EF2410

Tints of Scarlet #EF2410

Color information

#EF2410 (or 0xEF2410) is unknown color: approx Scarlet. HEX triplet: EF, 24 and 10. RGB value is (239,36,16). Sum of RGB (Red+Green+Blue) = 239+36+16=291 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.13% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2410 is #10DBEF. Grayscale: #5E5E5E. Windows color (decimal): -1104880 or 1058031. OLE color: 1058031.

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

Color convert

RGB2393616-
CMYK00.850.930.06
HSL5.38º87.45%50%-
HSV(B)5.38º93.31%93.73%-
XYZ36.3219.652.37-
YUV94.4283.75231.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 82.13%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=82.13%
G=12.37%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239361600.850.930.065.3887.4550
HexEF24100555D655732
Octal357442001251356512762
Binary11101111100100100000101010110111011101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2410; }

 p { color: rgb(239,36,16); }

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

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

 a { background-color: rgb(239,36,16); }

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

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

 span { border-color: rgb(239,36,16); }

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