Html Css Color HEX #EF141F Torch Red

📋 copy color: '#EF141F'

red 239 ◦ green 20 ◦ blue 31

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

Shades of Torch Red #EF141F

Tints of Torch Red #EF141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 82.41%
G = 6.9%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF141F (or 0xEF141F) is known color: Torch Red. HEX triplet: EF, 14 and 1F. RGB value is (239,20,31). Sum of RGB (Red+Green+Blue) = 239+20+31=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF141F is #10EBE0. Grayscale: #565656. Windows color (decimal): -1108961 or 2036975. OLE color: 2036975.

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

Color convert

RGB 239 20 31 -
CMYK 0 0.92 0.87 0.06
HSL 356.99º 0.87% 0.51% -
HSV(B) 356.99º 0.92% 0.94% -
XYZ 36.09 18.95 3.05 -
YUV 86.74 96.55 236.61 -
System Red Green Blue C M Y K H S L
Decimal 239 20 31 0 0.92 0.87 0.06 356.99 0.87 0.51
Hex EF 14 1F 0 5C 57 6 165 57 33
Octal 357 24 37 0 134 127 6 545 127 63
Binary 11101111 10100 11111 0 1011100 1010111 110 101100101 1010111 110011

Color Harmonies of #EF141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF141F

Black with #EF141F

Text Example


Text Example

White with #EF141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF141F; }

 p { color: rgb(239,20,31); }

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

background-color css

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

 a { background-color: rgb(239,20,31); }

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

border-color css

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

 span { border-color: rgb(239,20,31); }

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