Html Css Color HEX #EF0740 Torch Red

📋 copy color: '#EF0740'

red 239 ◦ green 7 ◦ blue 64

#EF0740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #EF0740

Tints of Torch Red #EF0740

RGB

 RED value IS 239 (93.75% from 255) = 77.1%

 GREEN value IS 7 (3.13% from 255) = 2.26%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 77.1%
G = 2.26%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF0740 (or 0xEF0740) is known color: Torch Red. HEX triplet: EF, 07 and 40. RGB value is (239,7,64). Sum of RGB (Red+Green+Blue) = 239+7+64=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0740 is #10F8BF. Grayscale: #525252. Windows color (decimal): -1112256 or 4196335. OLE color: 4196335.

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

Color convert

RGB 239 7 64 -
CMYK 0 0.97 0.73 0.06
HSL 345.26º 0.94% 0.48% -
HSV(B) 345.26º 0.97% 0.94% -
XYZ 36.6 18.87 6.56 -
YUV 82.87 117.36 239.37 -
System Red Green Blue C M Y K H S L
Decimal 239 7 64 0 0.97 0.73 0.06 345.26 0.94 0.48
Hex EF 7 40 0 61 49 6 159 5E 30
Octal 357 7 100 0 141 111 6 531 136 60
Binary 11101111 111 1000000 0 1100001 1001001 110 101011001 1011110 110000

Color Harmonies of #EF0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0740

Black with #EF0740

Text Example


Text Example

White with #EF0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0740; }

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

 H1.HeaderClassName
 {
   color: #EF0740;
 }
 .AnyTagClassName
 {
   color: #EF0740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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