Html Css Color HEX #EF0841 Torch Red

📋 copy color: '#EF0841'

red 239 ◦ green 8 ◦ blue 65

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

Shades of Torch Red #EF0841

Tints of Torch Red #EF0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 76.6%
G = 2.56%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF0841 (or 0xEF0841) is known color: Torch Red. HEX triplet: EF, 08 and 41. RGB value is (239,8,65). Sum of RGB (Red+Green+Blue) = 239+8+65=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0841 is #10F7BE. Grayscale: #535353. Windows color (decimal): -1111999 or 4262127. OLE color: 4262127.

HSL color Cylindrical-coordinate representation of color #EF0841: hue angle of 345.19º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0841 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 65 -
CMYK 0 0.97 0.73 0.06
HSL 345.19º 0.94% 0.48% -
HSV(B) 345.19º 0.97% 0.94% -
XYZ 36.64 18.91 6.72 -
YUV 83.57 117.53 238.87 -
System Red Green Blue C M Y K H S L
Decimal 239 8 65 0 0.97 0.73 0.06 345.19 0.94 0.48
Hex EF 8 41 0 61 49 6 159 5E 30
Octal 357 10 101 0 141 111 6 531 136 60
Binary 11101111 1000 1000001 0 1100001 1001001 110 101011001 1011110 110000

Color Harmonies of #EF0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0841

Black with #EF0841

Text Example


Text Example

White with #EF0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0841; }

 p { color: rgb(239,8,65); }

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

background-color css

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

 a { background-color: rgb(239,8,65); }

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

border-color css

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

 span { border-color: rgb(239,8,65); }

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