Html Css Color HEX #EF023A Torch Red

📋 copy color: '#EF023A'

red 239 ◦ green 2 ◦ blue 58

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

Shades of Torch Red #EF023A

Tints of Torch Red #EF023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 79.93%
G = 0.67%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF023A (or 0xEF023A) is known color: Torch Red. HEX triplet: EF, 02 and 3A. RGB value is (239,2,58). Sum of RGB (Red+Green+Blue) = 239+2+58=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF023A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF023A is #10FDC5. Grayscale: #4F4F4F. Windows color (decimal): -1113542 or 3801839. OLE color: 3801839.

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

Color convert

RGB 239 2 58 -
CMYK 0 0.99 0.76 0.06
HSL 345.82º 0.98% 0.47% -
HSV(B) 345.82º 0.99% 0.94% -
XYZ 36.38 18.7 5.69 -
YUV 79.25 116.02 241.95 -
System Red Green Blue C M Y K H S L
Decimal 239 2 58 0 0.99 0.76 0.06 345.82 0.98 0.47
Hex EF 2 3A 0 63 4C 6 15A 62 2F
Octal 357 2 72 0 143 114 6 532 142 57
Binary 11101111 10 111010 0 1100011 1001100 110 101011010 1100010 101111

Color Harmonies of #EF023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF023A

Black with #EF023A

Text Example


Text Example

White with #EF023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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