Html Css Color HEX #EF042B Torch Red

📋 copy color: '#EF042B'

red 239 ◦ green 4 ◦ blue 43

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

Shades of Torch Red #EF042B

Tints of Torch Red #EF042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 83.57%
G = 1.4%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF042B (or 0xEF042B) is known color: Torch Red. HEX triplet: EF, 04 and 2B. RGB value is (239,4,43). Sum of RGB (Red+Green+Blue) = 239+4+43=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF042B is #10FBD4. Grayscale: #4E4E4E. Windows color (decimal): -1113045 or 2819311. OLE color: 2819311.

HSL color Cylindrical-coordinate representation of color #EF042B: hue angle of 350.04º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF042B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 43 -
CMYK 0 0.98 0.82 0.06
HSL 350.04º 0.97% 0.48% -
HSV(B) 350.04º 0.98% 0.94% -
XYZ 36.08 18.61 3.98 -
YUV 78.71 107.86 242.33 -
System Red Green Blue C M Y K H S L
Decimal 239 4 43 0 0.98 0.82 0.06 350.04 0.97 0.48
Hex EF 4 2B 0 62 52 6 15E 61 30
Octal 357 4 53 0 142 122 6 536 141 60
Binary 11101111 100 101011 0 1100010 1010010 110 101011110 1100001 110000

Color Harmonies of #EF042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF042B

Black with #EF042B

Text Example


Text Example

White with #EF042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF042B; }

 p { color: rgb(239,4,43); }

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

background-color css

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

 a { background-color: rgb(239,4,43); }

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

border-color css

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

 span { border-color: rgb(239,4,43); }

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