Html Css Color HEX #EF092E Torch Red

📋 copy color: '#EF092E'

red 239 ◦ green 9 ◦ blue 46

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

Shades of Torch Red #EF092E

Tints of Torch Red #EF092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

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

R = 81.29%
G = 3.06%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF092E (or 0xEF092E) is known color: Torch Red. HEX triplet: EF, 09 and 2E. RGB value is (239,9,46). Sum of RGB (Red+Green+Blue) = 239+9+46=294 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.29% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 239 - color contains mainly: red. Hex color #EF092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF092E is #10F6D1. Grayscale: #525252. Windows color (decimal): -1111762 or 3017199. OLE color: 3017199.

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

Color convert

RGB 239 9 46 -
CMYK 0 0.96 0.81 0.06
HSL 350.35º 0.93% 0.49% -
HSV(B) 350.35º 0.96% 0.94% -
XYZ 36.19 18.74 4.3 -
YUV 81.99 107.7 239.99 -
System Red Green Blue C M Y K H S L
Decimal 239 9 46 0 0.96 0.81 0.06 350.35 0.93 0.49
Hex EF 9 2E 0 60 51 6 15E 5D 31
Octal 357 11 56 0 140 121 6 536 135 61
Binary 11101111 1001 101110 0 1100000 1010001 110 101011110 1011101 110001

Color Harmonies of #EF092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF092E

Black with #EF092E

Text Example


Text Example

White with #EF092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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