#EF2F16

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

Shades of Scarlet #EF2F16

Tints of Scarlet #EF2F16

Color information

#EF2F16 (or 0xEF2F16) is unknown color: approx Scarlet. HEX triplet: EF, 2F and 16. RGB value is (239,47,22). Sum of RGB (Red+Green+Blue) = 239+47+22=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2F16 is #10D0E9. Grayscale: #656565. Windows color (decimal): -1102058 or 1454063. OLE color: 1454063.

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

Color convert

RGB2394722-
CMYK00.800.910.06
HSL6.91º87.15%51.18%-
HSV(B)6.91º90.79%93.73%-
XYZ36.7620.442.77-
YUV101.5683.11226.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.60%
GREEN value IS 47 (18.75% from 255) = 15.26%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=77.60%
G=15.26%
B=7.14%

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
Decimal239472200.800.910.066.9187.1551.18
HexEF2F160505B675733
Octal357572601201336712763
Binary11101111101111101100101000010110111101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2F16; }

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

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

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

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

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

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

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

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