#EF2F14

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

Shades of Scarlet #EF2F14

Tints of Scarlet #EF2F14

Color information

#EF2F14 (or 0xEF2F14) is unknown color: approx Scarlet. HEX triplet: EF, 2F and 14. RGB value is (239,47,20). Sum of RGB (Red+Green+Blue) = 239+47+20=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2F14 is #10D0EB. Grayscale: #656565. Windows color (decimal): -1102060 or 1322991. OLE color: 1322991.

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

Color convert

RGB2394720-
CMYK00.800.920.06
HSL7.4º87.25%50.78%-
HSV(B)7.4º91.63%93.73%-
XYZ36.7420.432.67-
YUV101.3382.11226.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 78.10%
GREEN value IS 47 (18.75% from 255) = 15.36%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=78.10%
G=15.36%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239472000.800.920.067.487.2550.78
HexEF2F140505C675733
Octal357572401201346712763
Binary11101111101111101000101000010111001101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2F14; }

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

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

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

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

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

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

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

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