Html Css Color HEX #EF0E2E Torch Red

📋 copy color: '#EF0E2E'

red 239 ◦ green 14 ◦ blue 46

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

Shades of Torch Red #EF0E2E

Tints of Torch Red #EF0E2E

RGB

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

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

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

R = 79.93%
G = 4.68%
B = 15.38%

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

#EF0E2E (or 0xEF0E2E) is known color: Torch Red. HEX triplet: EF, 0E and 2E. RGB value is (239,14,46). Sum of RGB (Red+Green+Blue) = 239+14+46=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E2E is #10F1D1. Grayscale: #555555. Windows color (decimal): -1110482 or 3018479. OLE color: 3018479.

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

Color convert

RGB 239 14 46 -
CMYK 0 0.94 0.81 0.06
HSL 351.47º 0.89% 0.5% -
HSV(B) 351.47º 0.94% 0.94% -
XYZ 36.25 18.86 4.32 -
YUV 84.92 106.04 237.9 -
System Red Green Blue C M Y K H S L
Decimal 239 14 46 0 0.94 0.81 0.06 351.47 0.89 0.5
Hex EF E 2E 0 5E 51 6 15F 59 32
Octal 357 16 56 0 136 121 6 537 131 62
Binary 11101111 1110 101110 0 1011110 1010001 110 101011111 1011001 110010

Color Harmonies of #EF0E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E2E

Black with #EF0E2E

Text Example


Text Example

White with #EF0E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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