Html Css Color HEX #EF0346 Torch Red

📋 copy color: '#EF0346'

red 239 ◦ green 3 ◦ blue 70

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

Shades of Torch Red #EF0346

Tints of Torch Red #EF0346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.44%

R = 76.6%
G = 0.96%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF0346 (or 0xEF0346) is known color: Torch Red. HEX triplet: EF, 03 and 46. RGB value is (239,3,70). Sum of RGB (Red+Green+Blue) = 239+3+70=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0346 is #10FCB9. Grayscale: #515151. Windows color (decimal): -1113274 or 4588527. OLE color: 4588527.

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

Color convert

RGB 239 3 70 -
CMYK 0 0.99 0.71 0.06
HSL 342.97º 0.98% 0.47% -
HSV(B) 342.97º 0.99% 0.94% -
XYZ 36.73 18.86 7.5 -
YUV 81.2 121.69 240.55 -
System Red Green Blue C M Y K H S L
Decimal 239 3 70 0 0.99 0.71 0.06 342.97 0.98 0.47
Hex EF 3 46 0 63 47 6 157 62 2F
Octal 357 3 106 0 143 107 6 527 142 57
Binary 11101111 11 1000110 0 1100011 1000111 110 101010111 1100010 101111

Color Harmonies of #EF0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0346

Black with #EF0346

Text Example


Text Example

White with #EF0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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