Html Css Color HEX #EF032C Torch Red

📋 copy color: '#EF032C'

red 239 ◦ green 3 ◦ blue 44

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

Shades of Torch Red #EF032C

Tints of Torch Red #EF032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 83.57%
G = 1.05%
B = 15.38%

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

#EF032C (or 0xEF032C) is known color: Torch Red. HEX triplet: EF, 03 and 2C. RGB value is (239,3,44). Sum of RGB (Red+Green+Blue) = 239+3+44=286 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.57% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 239 - color contains mainly: red. Hex color #EF032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF032C is #10FCD3. Grayscale: #4E4E4E. Windows color (decimal): -1113300 or 2884591. OLE color: 2884591.

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

Color convert

RGB 239 3 44 -
CMYK 0 0.99 0.82 0.06
HSL 349.58º 0.98% 0.47% -
HSV(B) 349.58º 0.99% 0.94% -
XYZ 36.08 18.6 4.07 -
YUV 78.24 108.69 242.67 -
System Red Green Blue C M Y K H S L
Decimal 239 3 44 0 0.99 0.82 0.06 349.58 0.98 0.47
Hex EF 3 2C 0 63 52 6 15E 62 2F
Octal 357 3 54 0 143 122 6 536 142 57
Binary 11101111 11 101100 0 1100011 1010010 110 101011110 1100010 101111

Color Harmonies of #EF032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF032C

Black with #EF032C

Text Example


Text Example

White with #EF032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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