Html Css Color HEX #EF0340 Torch Red

📋 copy color: '#EF0340'

red 239 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #EF0340

Tints of Torch Red #EF0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 78.1%
G = 0.98%
B = 20.92%

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

#EF0340 (or 0xEF0340) is known color: Torch Red. HEX triplet: EF, 03 and 40. RGB value is (239,3,64). Sum of RGB (Red+Green+Blue) = 239+3+64=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0340 is #10FCBF. Grayscale: #505050. Windows color (decimal): -1113280 or 4195311. OLE color: 4195311.

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

Color convert

RGB 239 3 64 -
CMYK 0 0.99 0.73 0.06
HSL 344.49º 0.98% 0.47% -
HSV(B) 344.49º 0.99% 0.94% -
XYZ 36.55 18.79 6.55 -
YUV 80.52 118.69 241.04 -
System Red Green Blue C M Y K H S L
Decimal 239 3 64 0 0.99 0.73 0.06 344.49 0.98 0.47
Hex EF 3 40 0 63 49 6 158 62 2F
Octal 357 3 100 0 143 111 6 530 142 57
Binary 11101111 11 1000000 0 1100011 1001001 110 101011000 1100010 101111

Color Harmonies of #EF0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0340

Black with #EF0340

Text Example


Text Example

White with #EF0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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