#EF3409

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

Shades of Scarlet #EF3409

Tints of Scarlet #EF3409

Color information

#EF3409 (or 0xEF3409) is unknown color: approx Scarlet. HEX triplet: EF, 34 and 09. RGB value is (239,52,9). Sum of RGB (Red+Green+Blue) = 239+52+9=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3409 is #10CBF6. Grayscale: #676767. Windows color (decimal): -1100791 or 603375. OLE color: 603375.

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

Color convert

RGB239529-
CMYK00.780.960.06
HSL11.22º92.74%48.63%-
HSV(B)11.22º96.23%93.73%-
XYZ36.8720.832.33-
YUV103.0174.95225-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 79.67%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 9 (3.91% from 255) = 3%
R=79.67%
G=17.33%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23952900.780.960.0611.2292.7448.63
HexEF34904E606b5d31
Octal3576411011614061313561
Binary11101111110100100101001110110000011010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3409; }

 p { color: rgb(239,52,9); }

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

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

 a { background-color: rgb(239,52,9); }

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

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

 span { border-color: rgb(239,52,9); }

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