Html Css Color HEX #EF0734 Torch Red

📋 copy color: '#EF0734'

red 239 ◦ green 7 ◦ blue 52

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

Shades of Torch Red #EF0734

Tints of Torch Red #EF0734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 80.2%
G = 2.35%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF0734 (or 0xEF0734) is known color: Torch Red. HEX triplet: EF, 07 and 34. RGB value is (239,7,52). Sum of RGB (Red+Green+Blue) = 239+7+52=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0734 is #10F8CB. Grayscale: #515151. Windows color (decimal): -1112268 or 3409903. OLE color: 3409903.

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

Color convert

RGB 239 7 52 -
CMYK 0 0.97 0.78 0.06
HSL 348.36º 0.94% 0.48% -
HSV(B) 348.36º 0.97% 0.94% -
XYZ 36.29 18.75 4.96 -
YUV 81.5 111.36 240.34 -
System Red Green Blue C M Y K H S L
Decimal 239 7 52 0 0.97 0.78 0.06 348.36 0.94 0.48
Hex EF 7 34 0 61 4E 6 15C 5E 30
Octal 357 7 64 0 141 116 6 534 136 60
Binary 11101111 111 110100 0 1100001 1001110 110 101011100 1011110 110000

Color Harmonies of #EF0734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0734

Black with #EF0734

Text Example


Text Example

White with #EF0734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0734; }

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

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

background-color css

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

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

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

border-color css

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

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

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