Html Css Color HEX #EF032A Torch Red

📋 copy color: '#EF032A'

red 239 ◦ green 3 ◦ blue 42

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

Shades of Torch Red #EF032A

Tints of Torch Red #EF032A

RGB

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

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

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

R = 84.15%
G = 1.06%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF032A (or 0xEF032A) is known color: Torch Red. HEX triplet: EF, 03 and 2A. RGB value is (239,3,42). Sum of RGB (Red+Green+Blue) = 239+3+42=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF032A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF032A is #10FCD5. Grayscale: #4E4E4E. Windows color (decimal): -1113302 or 2753519. OLE color: 2753519.

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

Color convert

RGB 239 3 42 -
CMYK 0 0.99 0.82 0.06
HSL 350.08º 0.98% 0.47% -
HSV(B) 350.08º 0.99% 0.94% -
XYZ 36.05 18.58 3.88 -
YUV 78.01 107.69 242.83 -
System Red Green Blue C M Y K H S L
Decimal 239 3 42 0 0.99 0.82 0.06 350.08 0.98 0.47
Hex EF 3 2A 0 63 52 6 15E 62 2F
Octal 357 3 52 0 143 122 6 536 142 57
Binary 11101111 11 101010 0 1100011 1010010 110 101011110 1100010 101111

Color Harmonies of #EF032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF032A

Black with #EF032A

Text Example


Text Example

White with #EF032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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