Html Css Color HEX #EF012C Torch Red

📋 copy color: '#EF012C'

red 239 ◦ green 1 ◦ blue 44

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

Shades of Torch Red #EF012C

Tints of Torch Red #EF012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 84.15%
G = 0.35%
B = 15.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF012C (or 0xEF012C) is known color: Torch Red. HEX triplet: EF, 01 and 2C. RGB value is (239,1,44). Sum of RGB (Red+Green+Blue) = 239+1+44=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF012C is #10FED3. Grayscale: #4D4D4D. Windows color (decimal): -1113812 or 2884079. OLE color: 2884079.

HSL color Cylindrical-coordinate representation of color #EF012C: hue angle of 349.16º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 44 -
CMYK 0 1.00 0.82 0.06
HSL 349.16º 0.99% 0.47% -
HSV(B) 349.16º 1% 0.94% -
XYZ 36.06 18.55 4.06 -
YUV 77.06 109.35 243.5 -
System Red Green Blue C M Y K H S L
Decimal 239 1 44 0 1.00 0.82 0.06 349.16 0.99 0.47
Hex EF 1 2C 0 64 52 6 15D 63 2F
Octal 357 1 54 0 144 122 6 535 143 57
Binary 11101111 1 101100 0 1100100 1010010 110 101011101 1100011 101111

Color Harmonies of #EF012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF012C

Black with #EF012C

Text Example


Text Example

White with #EF012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF012C; }

 p { color: rgb(239,1,44); }

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

background-color css

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

 a { background-color: rgb(239,1,44); }

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

border-color css

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

 span { border-color: rgb(239,1,44); }

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