#EF1606

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

Shades of Scarlet #EF1606

Tints of Scarlet #EF1606

Color information

#EF1606 (or 0xEF1606) is unknown color: approx Scarlet. HEX triplet: EF, 16 and 06. RGB value is (239,22,6). Sum of RGB (Red+Green+Blue) = 239+22+6=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1606 is #10E9F9. Grayscale: #555555. Windows color (decimal): -1108474 or 399087. OLE color: 399087.

HSL color Cylindrical-coordinate representation of color #EF1606: hue angle of 4.12º 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 #EF1606 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB239226-
CMYK00.910.970.06
HSL4.12º95.1%48.04%-
HSV(B)4.12º97.49%93.73%-
XYZ35.9218.941.93-
YUV85.0683.39237.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 89.51%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=89.51%
G=8.24%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922600.910.970.064.1295.148.04
HexEF16605B61645f30
Octal35726601331416413760
Binary11101111101101100101101111000011101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1606; }

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

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

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

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

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

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

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

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