Html Css Color HEX #EF043C Torch Red

📋 copy color: '#EF043C'

red 239 ◦ green 4 ◦ blue 60

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

Shades of Torch Red #EF043C

Tints of Torch Red #EF043C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 78.88%
G = 1.32%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF043C (or 0xEF043C) is known color: Torch Red. HEX triplet: EF, 04 and 3C. RGB value is (239,4,60). Sum of RGB (Red+Green+Blue) = 239+4+60=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF043C is #10FBC3. Grayscale: #505050. Windows color (decimal): -1113028 or 3933423. OLE color: 3933423.

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

Color convert

RGB 239 4 60 -
CMYK 0 0.98 0.75 0.06
HSL 345.7º 0.97% 0.48% -
HSV(B) 345.7º 0.98% 0.94% -
XYZ 36.46 18.76 5.98 -
YUV 80.65 116.36 240.95 -
System Red Green Blue C M Y K H S L
Decimal 239 4 60 0 0.98 0.75 0.06 345.7 0.97 0.48
Hex EF 4 3C 0 62 4B 6 15A 61 30
Octal 357 4 74 0 142 113 6 532 141 60
Binary 11101111 100 111100 0 1100010 1001011 110 101011010 1100001 110000

Color Harmonies of #EF043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF043C

Black with #EF043C

Text Example


Text Example

White with #EF043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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