Html Css Color HEX #EF013A Torch Red

📋 copy color: '#EF013A'

red 239 ◦ green 1 ◦ blue 58

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

Shades of Torch Red #EF013A

Tints of Torch Red #EF013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 80.2%
G = 0.34%
B = 19.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF013A (or 0xEF013A) is known color: Torch Red. HEX triplet: EF, 01 and 3A. RGB value is (239,1,58). Sum of RGB (Red+Green+Blue) = 239+1+58=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF013A is #10FEC5. Grayscale: #4E4E4E. Windows color (decimal): -1113798 or 3801583. OLE color: 3801583.

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

Color convert

RGB 239 1 58 -
CMYK 0 1.00 0.76 0.06
HSL 345.63º 0.99% 0.47% -
HSV(B) 345.63º 1% 0.94% -
XYZ 36.37 18.68 5.69 -
YUV 78.66 116.35 242.37 -
System Red Green Blue C M Y K H S L
Decimal 239 1 58 0 1.00 0.76 0.06 345.63 0.99 0.47
Hex EF 1 3A 0 64 4C 6 15A 63 2F
Octal 357 1 72 0 144 114 6 532 143 57
Binary 11101111 1 111010 0 1100100 1001100 110 101011010 1100011 101111

Color Harmonies of #EF013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF013A

Black with #EF013A

Text Example


Text Example

White with #EF013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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