Html Css Color HEX #EF1219 Torch Red

📋 copy color: '#EF1219'

red 239 ◦ green 18 ◦ blue 25

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

Shades of Torch Red #EF1219

Tints of Torch Red #EF1219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 84.75%
G = 6.38%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF1219 (or 0xEF1219) is known color: Torch Red. HEX triplet: EF, 12 and 19. RGB value is (239,18,25). Sum of RGB (Red+Green+Blue) = 239+18+25=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1219 is #10EDE6. Grayscale: #555555. Windows color (decimal): -1109479 or 1643247. OLE color: 1643247.

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

Color convert

RGB 239 18 25 -
CMYK 0 0.92 0.90 0.06
HSL 358.1º 0.87% 0.5% -
HSV(B) 358.1º 0.92% 0.94% -
XYZ 35.99 18.85 2.66 -
YUV 84.88 94.22 237.93 -
System Red Green Blue C M Y K H S L
Decimal 239 18 25 0 0.92 0.90 0.06 358.1 0.87 0.5
Hex EF 12 19 0 5C 5A 6 166 57 32
Octal 357 22 31 0 134 132 6 546 127 62
Binary 11101111 10010 11001 0 1011100 1011010 110 101100110 1010111 110010

Color Harmonies of #EF1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1219

Black with #EF1219

Text Example


Text Example

White with #EF1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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