Html Css Color HEX #EF142A Torch Red

📋 copy color: '#EF142A'

red 239 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #EF142A

Tints of Torch Red #EF142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 79.4%
G = 6.64%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF142A (or 0xEF142A) is known color: Torch Red. HEX triplet: EF, 14 and 2A. RGB value is (239,20,42). Sum of RGB (Red+Green+Blue) = 239+20+42=301 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.40% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 239 - color contains mainly: red. Hex color #EF142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF142A is #10EBD5. Grayscale: #585858. Windows color (decimal): -1108950 or 2757871. OLE color: 2757871.

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

Color convert

RGB 239 20 42 -
CMYK 0 0.92 0.82 0.06
HSL 353.97º 0.87% 0.51% -
HSV(B) 353.97º 0.92% 0.94% -
XYZ 36.26 19.02 3.95 -
YUV 87.99 102.05 235.71 -
System Red Green Blue C M Y K H S L
Decimal 239 20 42 0 0.92 0.82 0.06 353.97 0.87 0.51
Hex EF 14 2A 0 5C 52 6 162 57 33
Octal 357 24 52 0 134 122 6 542 127 63
Binary 11101111 10100 101010 0 1011100 1010010 110 101100010 1010111 110011

Color Harmonies of #EF142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF142A

Black with #EF142A

Text Example


Text Example

White with #EF142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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