Html Css Color HEX #EF1126 Torch Red

📋 copy color: '#EF1126'

red 239 ◦ green 17 ◦ blue 38

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

Shades of Torch Red #EF1126

Tints of Torch Red #EF1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 81.29%
G = 5.78%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF1126 (or 0xEF1126) is known color: Torch Red. HEX triplet: EF, 11 and 26. RGB value is (239,17,38). Sum of RGB (Red+Green+Blue) = 239+17+38=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1126 is #10EED9. Grayscale: #555555. Windows color (decimal): -1109722 or 2494959. OLE color: 2494959.

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

Color convert

RGB 239 17 38 -
CMYK 0 0.93 0.84 0.06
HSL 354.32º 0.87% 0.5% -
HSV(B) 354.32º 0.93% 0.94% -
XYZ 36.15 18.89 3.58 -
YUV 85.77 101.05 237.29 -
System Red Green Blue C M Y K H S L
Decimal 239 17 38 0 0.93 0.84 0.06 354.32 0.87 0.5
Hex EF 11 26 0 5D 54 6 162 57 32
Octal 357 21 46 0 135 124 6 542 127 62
Binary 11101111 10001 100110 0 1011101 1010100 110 101100010 1010111 110010

Color Harmonies of #EF1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1126

Black with #EF1126

Text Example


Text Example

White with #EF1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1126; }

 p { color: rgb(239,17,38); }

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

background-color css

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

 a { background-color: rgb(239,17,38); }

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

border-color css

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

 span { border-color: rgb(239,17,38); }

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