Html Css Color HEX #EF0440 Torch Red

📋 copy color: '#EF0440'

red 239 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #EF0440

Tints of Torch Red #EF0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 77.85%
G = 1.3%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EF0440 (or 0xEF0440) is known color: Torch Red. HEX triplet: EF, 04 and 40. RGB value is (239,4,64). Sum of RGB (Red+Green+Blue) = 239+4+64=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0440 is #10FBBF. Grayscale: #515151. Windows color (decimal): -1113024 or 4195567. OLE color: 4195567.

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

Color convert

RGB 239 4 64 -
CMYK 0 0.98 0.73 0.06
HSL 344.68º 0.97% 0.48% -
HSV(B) 344.68º 0.98% 0.94% -
XYZ 36.57 18.81 6.55 -
YUV 81.11 118.36 240.62 -
System Red Green Blue C M Y K H S L
Decimal 239 4 64 0 0.98 0.73 0.06 344.68 0.97 0.48
Hex EF 4 40 0 62 49 6 159 61 30
Octal 357 4 100 0 142 111 6 531 141 60
Binary 11101111 100 1000000 0 1100010 1001001 110 101011001 1100001 110000

Color Harmonies of #EF0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0440

Black with #EF0440

Text Example


Text Example

White with #EF0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0440; }

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

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

background-color css

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

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

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

border-color css

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

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

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