Html Css Color HEX #EF0932 Torch Red

📋 copy color: '#EF0932'

red 239 ◦ green 9 ◦ blue 50

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

Shades of Torch Red #EF0932

Tints of Torch Red #EF0932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 80.2%
G = 3.02%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF0932 (or 0xEF0932) is known color: Torch Red. HEX triplet: EF, 09 and 32. RGB value is (239,9,50). Sum of RGB (Red+Green+Blue) = 239+9+50=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0932 is #10F6CD. Grayscale: #525252. Windows color (decimal): -1111758 or 3279343. OLE color: 3279343.

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

Color convert

RGB 239 9 50 -
CMYK 0 0.96 0.79 0.06
HSL 349.3º 0.93% 0.49% -
HSV(B) 349.3º 0.96% 0.94% -
XYZ 36.27 18.78 4.73 -
YUV 82.44 109.7 239.67 -
System Red Green Blue C M Y K H S L
Decimal 239 9 50 0 0.96 0.79 0.06 349.3 0.93 0.49
Hex EF 9 32 0 60 4F 6 15D 5D 31
Octal 357 11 62 0 140 117 6 535 135 61
Binary 11101111 1001 110010 0 1100000 1001111 110 101011101 1011101 110001

Color Harmonies of #EF0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0932

Black with #EF0932

Text Example


Text Example

White with #EF0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0932; }

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

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

background-color css

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

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

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

border-color css

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

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

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