Html Css Color HEX #EF023E Torch Red

📋 copy color: '#EF023E'

red 239 ◦ green 2 ◦ blue 62

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

Shades of Torch Red #EF023E

Tints of Torch Red #EF023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 78.88%
G = 0.66%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF023E (or 0xEF023E) is known color: Torch Red. HEX triplet: EF, 02 and 3E. RGB value is (239,2,62). Sum of RGB (Red+Green+Blue) = 239+2+62=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF023E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF023E is #10FDC1. Grayscale: #4F4F4F. Windows color (decimal): -1113538 or 4063983. OLE color: 4063983.

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

Color convert

RGB 239 2 62 -
CMYK 0 0.99 0.74 0.06
HSL 344.81º 0.98% 0.47% -
HSV(B) 344.81º 0.99% 0.94% -
XYZ 36.49 18.74 6.25 -
YUV 79.7 118.02 241.62 -
System Red Green Blue C M Y K H S L
Decimal 239 2 62 0 0.99 0.74 0.06 344.81 0.98 0.47
Hex EF 2 3E 0 63 4A 6 159 62 2F
Octal 357 2 76 0 143 112 6 531 142 57
Binary 11101111 10 111110 0 1100011 1001010 110 101011001 1100010 101111

Color Harmonies of #EF023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF023E

Black with #EF023E

Text Example


Text Example

White with #EF023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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