Html Css Color HEX #EF072B Torch Red

📋 copy color: '#EF072B'

red 239 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #EF072B

Tints of Torch Red #EF072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 82.7%
G = 2.42%
B = 14.88%

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

#EF072B (or 0xEF072B) is known color: Torch Red. HEX triplet: EF, 07 and 2B. RGB value is (239,7,43). Sum of RGB (Red+Green+Blue) = 239+7+43=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF072B is #10F8D4. Grayscale: #505050. Windows color (decimal): -1112277 or 2820079. OLE color: 2820079.

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

Color convert

RGB 239 7 43 -
CMYK 0 0.97 0.82 0.06
HSL 350.69º 0.94% 0.48% -
HSV(B) 350.69º 0.97% 0.94% -
XYZ 36.11 18.68 3.99 -
YUV 80.47 106.86 241.07 -
System Red Green Blue C M Y K H S L
Decimal 239 7 43 0 0.97 0.82 0.06 350.69 0.94 0.48
Hex EF 7 2B 0 61 52 6 15F 5E 30
Octal 357 7 53 0 141 122 6 537 136 60
Binary 11101111 111 101011 0 1100001 1010010 110 101011111 1011110 110000

Color Harmonies of #EF072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF072B

Black with #EF072B

Text Example


Text Example

White with #EF072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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