Html Css Color HEX #EF0744 Torch Red

📋 copy color: '#EF0744'

red 239 ◦ green 7 ◦ blue 68

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

Shades of Torch Red #EF0744

Tints of Torch Red #EF0744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 76.11%
G = 2.23%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF0744 (or 0xEF0744) is known color: Torch Red. HEX triplet: EF, 07 and 44. RGB value is (239,7,68). Sum of RGB (Red+Green+Blue) = 239+7+68=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0744 is #10F8BB. Grayscale: #535353. Windows color (decimal): -1112252 or 4458479. OLE color: 4458479.

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

Color convert

RGB 239 7 68 -
CMYK 0 0.97 0.72 0.06
HSL 344.22º 0.94% 0.48% -
HSV(B) 344.22º 0.97% 0.94% -
XYZ 36.72 18.92 7.19 -
YUV 83.32 119.36 239.04 -
System Red Green Blue C M Y K H S L
Decimal 239 7 68 0 0.97 0.72 0.06 344.22 0.94 0.48
Hex EF 7 44 0 61 48 6 158 5E 30
Octal 357 7 104 0 141 110 6 530 136 60
Binary 11101111 111 1000100 0 1100001 1001000 110 101011000 1011110 110000

Color Harmonies of #EF0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0744

Black with #EF0744

Text Example


Text Example

White with #EF0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0744; }

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

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

background-color css

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

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

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

border-color css

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

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

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