Html Css Color HEX #EF093F Torch Red

📋 copy color: '#EF093F'

red 239 ◦ green 9 ◦ blue 63

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

Shades of Torch Red #EF093F

Tints of Torch Red #EF093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 76.85%
G = 2.89%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF093F (or 0xEF093F) is known color: Torch Red. HEX triplet: EF, 09 and 3F. RGB value is (239,9,63). Sum of RGB (Red+Green+Blue) = 239+9+63=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF093F is #10F6C0. Grayscale: #535353. Windows color (decimal): -1111745 or 4131311. OLE color: 4131311.

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

Color convert

RGB 239 9 63 -
CMYK 0 0.96 0.74 0.06
HSL 345.91º 0.93% 0.49% -
HSV(B) 345.91º 0.96% 0.94% -
XYZ 36.59 18.9 6.42 -
YUV 83.93 116.2 238.61 -
System Red Green Blue C M Y K H S L
Decimal 239 9 63 0 0.96 0.74 0.06 345.91 0.93 0.49
Hex EF 9 3F 0 60 4A 6 15A 5D 31
Octal 357 11 77 0 140 112 6 532 135 61
Binary 11101111 1001 111111 0 1100000 1001010 110 101011010 1011101 110001

Color Harmonies of #EF093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF093F

Black with #EF093F

Text Example


Text Example

White with #EF093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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