Html Css Color HEX #EF093D Torch Red

📋 copy color: '#EF093D'

red 239 ◦ green 9 ◦ blue 61

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

Shades of Torch Red #EF093D

Tints of Torch Red #EF093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 77.35%
G = 2.91%
B = 19.74%

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

#EF093D (or 0xEF093D) is known color: Torch Red. HEX triplet: EF, 09 and 3D. RGB value is (239,9,61). Sum of RGB (Red+Green+Blue) = 239+9+61=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF093D is #10F6C2. Grayscale: #535353. Windows color (decimal): -1111747 or 4000239. OLE color: 4000239.

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

Color convert

RGB 239 9 61 -
CMYK 0 0.96 0.74 0.06
HSL 346.43º 0.93% 0.49% -
HSV(B) 346.43º 0.96% 0.94% -
XYZ 36.54 18.88 6.13 -
YUV 83.7 115.2 238.77 -
System Red Green Blue C M Y K H S L
Decimal 239 9 61 0 0.96 0.74 0.06 346.43 0.93 0.49
Hex EF 9 3D 0 60 4A 6 15A 5D 31
Octal 357 11 75 0 140 112 6 532 135 61
Binary 11101111 1001 111101 0 1100000 1001010 110 101011010 1011101 110001

Color Harmonies of #EF093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF093D

Black with #EF093D

Text Example


Text Example

White with #EF093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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