Html Css Color HEX #EF0E2D Torch Red

📋 copy color: '#EF0E2D'

red 239 ◦ green 14 ◦ blue 45

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

Shades of Torch Red #EF0E2D

Tints of Torch Red #EF0E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.7%

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 80.2%
G = 4.7%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF0E2D (or 0xEF0E2D) is known color: Torch Red. HEX triplet: EF, 0E and 2D. RGB value is (239,14,45). Sum of RGB (Red+Green+Blue) = 239+14+45=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E2D is #10F1D2. Grayscale: #545454. Windows color (decimal): -1110483 or 2952943. OLE color: 2952943.

HSL color Cylindrical-coordinate representation of color #EF0E2D: hue angle of 351.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E2D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 14 45 -
CMYK 0 0.94 0.81 0.06
HSL 351.73º 0.89% 0.5% -
HSV(B) 351.73º 0.94% 0.94% -
XYZ 36.23 18.85 4.21 -
YUV 84.81 105.54 237.98 -
System Red Green Blue C M Y K H S L
Decimal 239 14 45 0 0.94 0.81 0.06 351.73 0.89 0.5
Hex EF E 2D 0 5E 51 6 160 59 32
Octal 357 16 55 0 136 121 6 540 131 62
Binary 11101111 1110 101101 0 1011110 1010001 110 101100000 1011001 110010

Color Harmonies of #EF0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E2D

Black with #EF0E2D

Text Example


Text Example

White with #EF0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E2D; }

 p { color: rgb(239,14,45); }

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

background-color css

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

 a { background-color: rgb(239,14,45); }

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

border-color css

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

 span { border-color: rgb(239,14,45); }

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