#EF0540

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

Shades of Torch Red #EF0540

Tints of Torch Red #EF0540

Color information

#EF0540 (or 0xEF0540) is unknown color: approx Torch Red. HEX triplet: EF, 05 and 40. RGB value is (239,5,64). Sum of RGB (Red+Green+Blue) = 239+5+64=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0540 is #10FABF. Grayscale: #515151. Windows color (decimal): -1112768 or 4195823. OLE color: 4195823.

HSL color Cylindrical-coordinate representation of color #EF0540: hue angle of 344.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0540 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB239564-
CMYK00.980.730.06
HSL344.87º95.9%47.84%-
HSV(B)344.87º97.91%93.73%-
XYZ36.5818.836.56-
YUV81.69118.02240.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.60%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=77.60%
G=1.62%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23956400.980.730.06344.8795.947.84
HexEF5400624961596030
Octal35751000142111653114060
Binary1110111110110000000110001010010011101010110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0540; }

 p { color: rgb(239,5,64); }

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

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

 a { background-color: rgb(239,5,64); }

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

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

 span { border-color: rgb(239,5,64); }

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