#EF1806

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

Shades of Scarlet #EF1806

Tints of Scarlet #EF1806

Color information

#EF1806 (or 0xEF1806) is unknown color: approx Scarlet. HEX triplet: EF, 18 and 06. RGB value is (239,24,6). Sum of RGB (Red+Green+Blue) = 239+24+6=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1806 is #10E7F9. Grayscale: #565656. Windows color (decimal): -1107962 or 399599. OLE color: 399599.

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

Color convert

RGB239246-
CMYK00.900.970.06
HSL4.64º95.1%48.04%-
HSV(B)4.64º97.49%93.73%-
XYZ35.9619.021.95-
YUV86.2382.73236.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 88.85%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 6 (2.73% from 255) = 2.23%
R=88.85%
G=8.92%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23924600.900.970.064.6495.148.04
HexEF18605A61655f30
Octal35730601321416513760
Binary11101111110001100101101011000011101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1806; }

 p { color: rgb(239,24,6); }

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

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

 a { background-color: rgb(239,24,6); }

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

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

 span { border-color: rgb(239,24,6); }

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