#ef140f

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

Shades of Scarlet #EF140F

Tints of Scarlet #EF140F

Color information

#EF140F (or 0xEF140F) is unknown color: approx Scarlet. HEX triplet: EF, 14 and 0F. RGB value is (239,20,15). Sum of RGB (Red+Green+Blue) = 239+20+15=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF140F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF140F is #10EBF0. Grayscale: #555555. Windows color (decimal): -1108977 or 988399. OLE color: 988399.

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

Color convert

RGB2392015-
CMYK00.920.940.06
HSL1.34º88.19%49.8%-
HSV(B)1.34º93.72%93.73%-
XYZ35.9318.892.2-
YUV84.9188.55237.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 87.23%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=87.23%
G=7.30%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239201500.920.940.061.3488.1949.8
HexEF14F05C5E615832
Octal357241701341366113062
Binary1110111110100111101011100101111011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef140f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef140f; }

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

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

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

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

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

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

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

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