Html Css Color HEX #EF152C Torch Red

📋 copy color: '#EF152C'

red 239 ◦ green 21 ◦ blue 44

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

Shades of Torch Red #EF152C

Tints of Torch Red #EF152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 78.62%
G = 6.91%
B = 14.47%

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

#EF152C (or 0xEF152C) is known color: Torch Red. HEX triplet: EF, 15 and 2C. RGB value is (239,21,44). Sum of RGB (Red+Green+Blue) = 239+21+44=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF152C is #10EAD3. Grayscale: #585858. Windows color (decimal): -1108692 or 2889199. OLE color: 2889199.

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

Color convert

RGB 239 21 44 -
CMYK 0 0.91 0.82 0.06
HSL 353.67º 0.87% 0.51% -
HSV(B) 353.67º 0.91% 0.94% -
XYZ 36.32 19.07 4.15 -
YUV 88.8 102.72 235.13 -
System Red Green Blue C M Y K H S L
Decimal 239 21 44 0 0.91 0.82 0.06 353.67 0.87 0.51
Hex EF 15 2C 0 5B 52 6 162 57 33
Octal 357 25 54 0 133 122 6 542 127 63
Binary 11101111 10101 101100 0 1011011 1010010 110 101100010 1010111 110011

Color Harmonies of #EF152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF152C

Black with #EF152C

Text Example


Text Example

White with #EF152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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