Html Css Color HEX #EF0719 Torch Red

📋 copy color: '#EF0719'

red 239 ◦ green 7 ◦ blue 25

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

Shades of Torch Red #EF0719

Tints of Torch Red #EF0719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 88.19%
G = 2.58%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0719 (or 0xEF0719) is known color: Torch Red. HEX triplet: EF, 07 and 19. RGB value is (239,7,25). Sum of RGB (Red+Green+Blue) = 239+7+25=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0719 is #10F8E6. Grayscale: #4E4E4E. Windows color (decimal): -1112295 or 1640431. OLE color: 1640431.

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

Color convert

RGB 239 7 25 -
CMYK 0 0.97 0.90 0.06
HSL 355.34º 0.94% 0.48% -
HSV(B) 355.34º 0.97% 0.94% -
XYZ 35.85 18.57 2.62 -
YUV 78.42 97.86 242.54 -
System Red Green Blue C M Y K H S L
Decimal 239 7 25 0 0.97 0.90 0.06 355.34 0.94 0.48
Hex EF 7 19 0 61 5A 6 163 5E 30
Octal 357 7 31 0 141 132 6 543 136 60
Binary 11101111 111 11001 0 1100001 1011010 110 101100011 1011110 110000

Color Harmonies of #EF0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0719

Black with #EF0719

Text Example


Text Example

White with #EF0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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