#EF0F31

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

Shades of Torch Red #EF0F31

Tints of Torch Red #EF0F31

Color information

#EF0F31 (or 0xEF0F31) is unknown color: approx Torch Red. HEX triplet: EF, 0F and 31. RGB value is (239,15,49). Sum of RGB (Red+Green+Blue) = 239+15+49=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F31 is #10F0CE. Grayscale: #555555. Windows color (decimal): -1110223 or 3215343. OLE color: 3215343.

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

Color convert

RGB2391549-
CMYK00.940.790.06
HSL350.89º88.19%49.8%-
HSV(B)350.89º93.72%93.73%-
XYZ36.3218.914.64-
YUV85.85107.21237.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 78.88%
GREEN value IS 15 (6.25% from 255) = 4.95%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=78.88%
G=4.95%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239154900.940.790.06350.8988.1949.8
HexEFF3105E4F615f5832
Octal35717610136117653713062
Binary1110111111111100010101111010011111101010111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F31; }

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

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

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

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

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

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

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

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