Html Css Color HEX #EF0344 Torch Red

📋 copy color: '#EF0344'

red 239 ◦ green 3 ◦ blue 68

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

Shades of Torch Red #EF0344

Tints of Torch Red #EF0344

RGB

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

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

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

R = 77.1%
G = 0.97%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF0344 (or 0xEF0344) is known color: Torch Red. HEX triplet: EF, 03 and 44. RGB value is (239,3,68). Sum of RGB (Red+Green+Blue) = 239+3+68=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0344 is #10FCBB. Grayscale: #505050. Windows color (decimal): -1113276 or 4457455. OLE color: 4457455.

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

Color convert

RGB 239 3 68 -
CMYK 0 0.99 0.72 0.06
HSL 343.47º 0.98% 0.47% -
HSV(B) 343.47º 0.99% 0.94% -
XYZ 36.67 18.83 7.17 -
YUV 80.97 120.69 240.71 -
System Red Green Blue C M Y K H S L
Decimal 239 3 68 0 0.99 0.72 0.06 343.47 0.98 0.47
Hex EF 3 44 0 63 48 6 157 62 2F
Octal 357 3 104 0 143 110 6 527 142 57
Binary 11101111 11 1000100 0 1100011 1001000 110 101010111 1100010 101111

Color Harmonies of #EF0344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0344

Black with #EF0344

Text Example


Text Example

White with #EF0344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0344; }

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

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

background-color css

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

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

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

border-color css

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

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

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