Html Css Color HEX #EF111D Torch Red

📋 copy color: '#EF111D'

red 239 ◦ green 17 ◦ blue 29

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

Shades of Torch Red #EF111D

Tints of Torch Red #EF111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 83.86%
G = 5.96%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF111D (or 0xEF111D) is known color: Torch Red. HEX triplet: EF, 11 and 1D. RGB value is (239,17,29). Sum of RGB (Red+Green+Blue) = 239+17+29=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF111D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF111D is #10EEE2. Grayscale: #545454. Windows color (decimal): -1109731 or 1905135. OLE color: 1905135.

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

Color convert

RGB 239 17 29 -
CMYK 0 0.93 0.88 0.06
HSL 356.76º 0.87% 0.5% -
HSV(B) 356.76º 0.93% 0.94% -
XYZ 36.02 18.84 2.9 -
YUV 84.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 239 17 29 0 0.93 0.88 0.06 356.76 0.87 0.5
Hex EF 11 1D 0 5D 58 6 165 57 32
Octal 357 21 35 0 135 130 6 545 127 62
Binary 11101111 10001 11101 0 1011101 1011000 110 101100101 1010111 110010

Color Harmonies of #EF111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF111D

Black with #EF111D

Text Example


Text Example

White with #EF111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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