Html Css Color HEX #EF032E Torch Red

📋 copy color: '#EF032E'

red 239 ◦ green 3 ◦ blue 46

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

Shades of Torch Red #EF032E

Tints of Torch Red #EF032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 82.99%
G = 1.04%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF032E (or 0xEF032E) is known color: Torch Red. HEX triplet: EF, 03 and 2E. RGB value is (239,3,46). Sum of RGB (Red+Green+Blue) = 239+3+46=288 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.99% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 239 - color contains mainly: red. Hex color #EF032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF032E is #10FCD1. Grayscale: #4E4E4E. Windows color (decimal): -1113298 or 3015663. OLE color: 3015663.

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

Color convert

RGB 239 3 46 -
CMYK 0 0.99 0.81 0.06
HSL 349.07º 0.98% 0.47% -
HSV(B) 349.07º 0.99% 0.94% -
XYZ 36.12 18.61 4.27 -
YUV 78.47 109.69 242.5 -
System Red Green Blue C M Y K H S L
Decimal 239 3 46 0 0.99 0.81 0.06 349.07 0.98 0.47
Hex EF 3 2E 0 63 51 6 15D 62 2F
Octal 357 3 56 0 143 121 6 535 142 57
Binary 11101111 11 101110 0 1100011 1010001 110 101011101 1100010 101111

Color Harmonies of #EF032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF032E

Black with #EF032E

Text Example


Text Example

White with #EF032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF032E; }

 p { color: rgb(239,3,46); }

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

background-color css

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

 a { background-color: rgb(239,3,46); }

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

border-color css

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

 span { border-color: rgb(239,3,46); }

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