Html Css Color HEX #EF012A Torch Red

📋 copy color: '#EF012A'

red 239 ◦ green 1 ◦ blue 42

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

Shades of Torch Red #EF012A

Tints of Torch Red #EF012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.89%

R = 84.75%
G = 0.35%
B = 14.89%

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

#EF012A (or 0xEF012A) is known color: Torch Red. HEX triplet: EF, 01 and 2A. RGB value is (239,1,42). Sum of RGB (Red+Green+Blue) = 239+1+42=282 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.75% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 239 - color contains mainly: red. Hex color #EF012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF012A is #10FED5. Grayscale: #4C4C4C. Windows color (decimal): -1113814 or 2753007. OLE color: 2753007.

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

Color convert

RGB 239 1 42 -
CMYK 0 1.00 0.82 0.06
HSL 349.66º 0.99% 0.47% -
HSV(B) 349.66º 1% 0.94% -
XYZ 36.03 18.54 3.87 -
YUV 76.84 108.35 243.67 -
System Red Green Blue C M Y K H S L
Decimal 239 1 42 0 1.00 0.82 0.06 349.66 0.99 0.47
Hex EF 1 2A 0 64 52 6 15E 63 2F
Octal 357 1 52 0 144 122 6 536 143 57
Binary 11101111 1 101010 0 1100100 1010010 110 101011110 1100011 101111

Color Harmonies of #EF012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF012A

Black with #EF012A

Text Example


Text Example

White with #EF012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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