Html Css Color HEX #EF0A44 Torch Red

📋 copy color: '#EF0A44'

red 239 ◦ green 10 ◦ blue 68

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

Shades of Torch Red #EF0A44

Tints of Torch Red #EF0A44

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.15%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 75.39%
G = 3.15%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF0A44 (or 0xEF0A44) is known color: Torch Red. HEX triplet: EF, 0A and 44. RGB value is (239,10,68). Sum of RGB (Red+Green+Blue) = 239+10+68=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A44 is #10F5BB. Grayscale: #555555. Windows color (decimal): -1111484 or 4459247. OLE color: 4459247.

HSL color Cylindrical-coordinate representation of color #EF0A44: hue angle of 344.8º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0A44 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 68 -
CMYK 0 0.96 0.72 0.06
HSL 344.8º 0.92% 0.49% -
HSV(B) 344.8º 0.96% 0.94% -
XYZ 36.75 18.99 7.2 -
YUV 85.08 118.37 237.78 -
System Red Green Blue C M Y K H S L
Decimal 239 10 68 0 0.96 0.72 0.06 344.8 0.92 0.49
Hex EF A 44 0 60 48 6 159 5C 31
Octal 357 12 104 0 140 110 6 531 134 61
Binary 11101111 1010 1000100 0 1100000 1001000 110 101011001 1011100 110001

Color Harmonies of #EF0A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A44

Black with #EF0A44

Text Example


Text Example

White with #EF0A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A44; }

 p { color: rgb(239,10,68); }

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

background-color css

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

 a { background-color: rgb(239,10,68); }

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

border-color css

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

 span { border-color: rgb(239,10,68); }

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