Html Css Color HEX #EF0240 Torch Red

📋 copy color: '#EF0240'

red 239 ◦ green 2 ◦ blue 64

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

Shades of Torch Red #EF0240

Tints of Torch Red #EF0240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 78.36%
G = 0.66%
B = 20.98%

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

#EF0240 (or 0xEF0240) is known color: Torch Red. HEX triplet: EF, 02 and 40. RGB value is (239,2,64). Sum of RGB (Red+Green+Blue) = 239+2+64=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0240 is #10FDBF. Grayscale: #4F4F4F. Windows color (decimal): -1113536 or 4195055. OLE color: 4195055.

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

Color convert

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

Color Harmonies of #EF0240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0240

Black with #EF0240

Text Example


Text Example

White with #EF0240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0240; }

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

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

background-color css

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

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

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

border-color css

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

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

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