Html Css Color HEX #EF0919 Torch Red

📋 copy color: '#EF0919'

red 239 ◦ green 9 ◦ blue 25

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

Shades of Torch Red #EF0919

Tints of Torch Red #EF0919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 87.55%
G = 3.3%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF0919 (or 0xEF0919) is known color: Torch Red. HEX triplet: EF, 09 and 19. RGB value is (239,9,25). Sum of RGB (Red+Green+Blue) = 239+9+25=273 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.55% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0919 is #10F6E6. Grayscale: #4F4F4F. Windows color (decimal): -1111783 or 1640943. OLE color: 1640943.

HSL color Cylindrical-coordinate representation of color #EF0919: hue angle of 355.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0919 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 25 -
CMYK 0 0.96 0.90 0.06
HSL 355.83º 0.93% 0.49% -
HSV(B) 355.83º 0.96% 0.94% -
XYZ 35.87 18.62 2.62 -
YUV 79.59 97.2 241.7 -
System Red Green Blue C M Y K H S L
Decimal 239 9 25 0 0.96 0.90 0.06 355.83 0.93 0.49
Hex EF 9 19 0 60 5A 6 164 5D 31
Octal 357 11 31 0 140 132 6 544 135 61
Binary 11101111 1001 11001 0 1100000 1011010 110 101100100 1011101 110001

Color Harmonies of #EF0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0919

Black with #EF0919

Text Example


Text Example

White with #EF0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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