Html Css Color HEX #EF072A Torch Red

📋 copy color: '#EF072A'

red 239 ◦ green 7 ◦ blue 42

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

Shades of Torch Red #EF072A

Tints of Torch Red #EF072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 82.99%
G = 2.43%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF072A (or 0xEF072A) is known color: Torch Red. HEX triplet: EF, 07 and 2A. RGB value is (239,7,42). Sum of RGB (Red+Green+Blue) = 239+7+42=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF072A is #10F8D5. Grayscale: #505050. Windows color (decimal): -1112278 or 2754543. OLE color: 2754543.

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

Color convert

RGB 239 7 42 -
CMYK 0 0.97 0.82 0.06
HSL 350.95º 0.94% 0.48% -
HSV(B) 350.95º 0.97% 0.94% -
XYZ 36.09 18.67 3.89 -
YUV 80.36 106.36 241.15 -
System Red Green Blue C M Y K H S L
Decimal 239 7 42 0 0.97 0.82 0.06 350.95 0.94 0.48
Hex EF 7 2A 0 61 52 6 15F 5E 30
Octal 357 7 52 0 141 122 6 537 136 60
Binary 11101111 111 101010 0 1100001 1010010 110 101011111 1011110 110000

Color Harmonies of #EF072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF072A

Black with #EF072A

Text Example


Text Example

White with #EF072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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