#EF2616

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

Shades of Scarlet #EF2616

Tints of Scarlet #EF2616

Color information

#EF2616 (or 0xEF2616) is unknown color: approx Scarlet. HEX triplet: EF, 26 and 16. RGB value is (239,38,22). Sum of RGB (Red+Green+Blue) = 239+38+22=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2616 is #10D9E9. Grayscale: #606060. Windows color (decimal): -1104362 or 1451759. OLE color: 1451759.

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

Color convert

RGB2393822-
CMYK00.840.910.06
HSL4.42º87.15%51.18%-
HSV(B)4.42º90.79%93.73%-
XYZ36.4319.792.66-
YUV96.2886.09229.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 79.93%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 22 (8.98% from 255) = 7.36%
R=79.93%
G=12.71%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239382200.840.910.064.4287.1551.18
HexEF26160545B645733
Octal357462601241336412763
Binary11101111100110101100101010010110111101001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2616; }

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

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

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

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

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

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

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

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