Html Css Color HEX #EF152A Torch Red

📋 copy color: '#EF152A'

red 239 ◦ green 21 ◦ blue 42

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

Shades of Torch Red #EF152A

Tints of Torch Red #EF152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 79.14%
G = 6.95%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF152A (or 0xEF152A) is known color: Torch Red. HEX triplet: EF, 15 and 2A. RGB value is (239,21,42). Sum of RGB (Red+Green+Blue) = 239+21+42=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF152A is #10EAD5. Grayscale: #585858. Windows color (decimal): -1108694 or 2758127. OLE color: 2758127.

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

Color convert

RGB 239 21 42 -
CMYK 0 0.91 0.82 0.06
HSL 354.22º 0.87% 0.51% -
HSV(B) 354.22º 0.91% 0.94% -
XYZ 36.28 19.05 3.96 -
YUV 88.58 101.72 235.29 -
System Red Green Blue C M Y K H S L
Decimal 239 21 42 0 0.91 0.82 0.06 354.22 0.87 0.51
Hex EF 15 2A 0 5B 52 6 162 57 33
Octal 357 25 52 0 133 122 6 542 127 63
Binary 11101111 10101 101010 0 1011011 1010010 110 101100010 1010111 110011

Color Harmonies of #EF152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF152A

Black with #EF152A

Text Example


Text Example

White with #EF152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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