Html Css Color HEX #EF152E Torch Red

📋 copy color: '#EF152E'

red 239 ◦ green 21 ◦ blue 46

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

Shades of Torch Red #EF152E

Tints of Torch Red #EF152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 78.1%
G = 6.86%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF152E (or 0xEF152E) is known color: Torch Red. HEX triplet: EF, 15 and 2E. RGB value is (239,21,46). Sum of RGB (Red+Green+Blue) = 239+21+46=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF152E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF152E is #10EAD1. Grayscale: #595959. Windows color (decimal): -1108690 or 3020271. OLE color: 3020271.

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

Color convert

RGB 239 21 46 -
CMYK 0 0.91 0.81 0.06
HSL 353.12º 0.87% 0.51% -
HSV(B) 353.12º 0.91% 0.94% -
XYZ 36.36 19.08 4.35 -
YUV 89.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 239 21 46 0 0.91 0.81 0.06 353.12 0.87 0.51
Hex EF 15 2E 0 5B 51 6 161 57 33
Octal 357 25 56 0 133 121 6 541 127 63
Binary 11101111 10101 101110 0 1011011 1010001 110 101100001 1010111 110011

Color Harmonies of #EF152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF152E

Black with #EF152E

Text Example


Text Example

White with #EF152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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