Html Css Color HEX #EF143E Torch Red

📋 copy color: '#EF143E'

red 239 ◦ green 20 ◦ blue 62

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

Shades of Torch Red #EF143E

Tints of Torch Red #EF143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 74.45%
G = 6.23%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF143E (or 0xEF143E) is known color: Torch Red. HEX triplet: EF, 14 and 3E. RGB value is (239,20,62). Sum of RGB (Red+Green+Blue) = 239+20+62=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF143E is #10EBC1. Grayscale: #5A5A5A. Windows color (decimal): -1108930 or 4068591. OLE color: 4068591.

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

Color convert

RGB 239 20 62 -
CMYK 0 0.92 0.74 0.06
HSL 348.49º 0.87% 0.51% -
HSV(B) 348.49º 0.92% 0.94% -
XYZ 36.72 19.2 6.33 -
YUV 90.27 112.05 234.08 -
System Red Green Blue C M Y K H S L
Decimal 239 20 62 0 0.92 0.74 0.06 348.49 0.87 0.51
Hex EF 14 3E 0 5C 4A 6 15C 57 33
Octal 357 24 76 0 134 112 6 534 127 63
Binary 11101111 10100 111110 0 1011100 1001010 110 101011100 1010111 110011

Color Harmonies of #EF143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF143E

Black with #EF143E

Text Example


Text Example

White with #EF143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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