Html Css Color HEX #EF0341 Torch Red

📋 copy color: '#EF0341'

red 239 ◦ green 3 ◦ blue 65

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

Shades of Torch Red #EF0341

Tints of Torch Red #EF0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 77.85%
G = 0.98%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF0341 (or 0xEF0341) is known color: Torch Red. HEX triplet: EF, 03 and 41. RGB value is (239,3,65). Sum of RGB (Red+Green+Blue) = 239+3+65=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0341 is #10FCBE. Grayscale: #505050. Windows color (decimal): -1113279 or 4260847. OLE color: 4260847.

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

Color convert

RGB 239 3 65 -
CMYK 0 0.99 0.73 0.06
HSL 344.24º 0.98% 0.47% -
HSV(B) 344.24º 0.99% 0.94% -
XYZ 36.58 18.8 6.7 -
YUV 80.63 119.19 240.96 -
System Red Green Blue C M Y K H S L
Decimal 239 3 65 0 0.99 0.73 0.06 344.24 0.98 0.47
Hex EF 3 41 0 63 49 6 158 62 2F
Octal 357 3 101 0 143 111 6 530 142 57
Binary 11101111 11 1000001 0 1100011 1001001 110 101011000 1100010 101111

Color Harmonies of #EF0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0341

Black with #EF0341

Text Example


Text Example

White with #EF0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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