Html Css Color HEX #EF0819 Torch Red

📋 copy color: '#EF0819'

red 239 ◦ green 8 ◦ blue 25

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

Shades of Torch Red #EF0819

Tints of Torch Red #EF0819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

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

R = 87.87%
G = 2.94%
B = 9.19%

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

#EF0819 (or 0xEF0819) is known color: Torch Red. HEX triplet: EF, 08 and 19. RGB value is (239,8,25). Sum of RGB (Red+Green+Blue) = 239+8+25=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0819 is #10F7E6. Grayscale: #4F4F4F. Windows color (decimal): -1112039 or 1640687. OLE color: 1640687.

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

Color convert

RGB 239 8 25 -
CMYK 0 0.97 0.90 0.06
HSL 355.58º 0.94% 0.48% -
HSV(B) 355.58º 0.97% 0.94% -
XYZ 35.86 18.59 2.62 -
YUV 79.01 97.53 242.12 -
System Red Green Blue C M Y K H S L
Decimal 239 8 25 0 0.97 0.90 0.06 355.58 0.94 0.48
Hex EF 8 19 0 61 5A 6 164 5E 30
Octal 357 10 31 0 141 132 6 544 136 60
Binary 11101111 1000 11001 0 1100001 1011010 110 101100100 1011110 110000

Color Harmonies of #EF0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0819

Black with #EF0819

Text Example


Text Example

White with #EF0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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