#EF3016

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

Shades of Scarlet #EF3016

Tints of Scarlet #EF3016

Color information

#EF3016 (or 0xEF3016) is unknown color: approx Scarlet. HEX triplet: EF, 30 and 16. RGB value is (239,48,22). Sum of RGB (Red+Green+Blue) = 239+48+22=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3016 is #10CFE9. Grayscale: #666666. Windows color (decimal): -1101802 or 1454319. OLE color: 1454319.

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

Color convert

RGB2394822-
CMYK00.800.910.06
HSL7.19º87.15%51.18%-
HSV(B)7.19º90.79%93.73%-
XYZ36.820.522.78-
YUV102.1482.78225.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.35%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=77.35%
G=15.53%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239482200.800.910.067.1987.1551.18
HexEF30160505B675733
Octal357602601201336712763
Binary11101111110000101100101000010110111101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3016; }

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

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

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

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

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

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

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

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