Html Css Color HEX #EF093B Torch Red

📋 copy color: '#EF093B'

red 239 ◦ green 9 ◦ blue 59

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

Shades of Torch Red #EF093B

Tints of Torch Red #EF093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 77.85%
G = 2.93%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF093B (or 0xEF093B) is known color: Torch Red. HEX triplet: EF, 09 and 3B. RGB value is (239,9,59). Sum of RGB (Red+Green+Blue) = 239+9+59=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF093B is #10F6C4. Grayscale: #535353. Windows color (decimal): -1111749 or 3869167. OLE color: 3869167.

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

Color convert

RGB 239 9 59 -
CMYK 0 0.96 0.75 0.06
HSL 346.96º 0.93% 0.49% -
HSV(B) 346.96º 0.96% 0.94% -
XYZ 36.48 18.86 5.86 -
YUV 83.47 114.2 238.93 -
System Red Green Blue C M Y K H S L
Decimal 239 9 59 0 0.96 0.75 0.06 346.96 0.93 0.49
Hex EF 9 3B 0 60 4B 6 15B 5D 31
Octal 357 11 73 0 140 113 6 533 135 61
Binary 11101111 1001 111011 0 1100000 1001011 110 101011011 1011101 110001

Color Harmonies of #EF093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF093B

Black with #EF093B

Text Example


Text Example

White with #EF093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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