#EF1706

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

Shades of Scarlet #EF1706

Tints of Scarlet #EF1706

Color information

#EF1706 (or 0xEF1706) is unknown color: approx Scarlet. HEX triplet: EF, 17 and 06. RGB value is (239,23,6). Sum of RGB (Red+Green+Blue) = 239+23+6=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1706 is #10E8F9. Grayscale: #555555. Windows color (decimal): -1108218 or 399343. OLE color: 399343.

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

Color convert

RGB239236-
CMYK00.900.970.06
HSL4.38º95.1%48.04%-
HSV(B)4.38º97.49%93.73%-
XYZ35.9418.981.94-
YUV85.6583.06237.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 89.18%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 6 (2.73% from 255) = 2.24%
R=89.18%
G=8.58%
B=2.24%

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
Decimal23923600.900.970.064.3895.148.04
HexEF17605A61645f30
Octal35727601321416413760
Binary11101111101111100101101011000011101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1706; }

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

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

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

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

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

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

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

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