#EF0F3D

Color #EF0F3D Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #EF0F3D

Tints of Torch Red #EF0F3D

Color information

#EF0F3D (or 0xEF0F3D) is unknown color: approx Torch Red. HEX triplet: EF, 0F and 3D. RGB value is (239,15,61). Sum of RGB (Red+Green+Blue) = 239+15+61=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F3D is #10F0C2. Grayscale: #575757. Windows color (decimal): -1110211 or 4001775. OLE color: 4001775.

HSL color Cylindrical-coordinate representation of color #EF0F3D: hue angle of 347.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F3D is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB2391561-
CMYK00.940.740.06
HSL347.68º88.19%49.8%-
HSV(B)347.68º93.72%93.73%-
XYZ36.6119.036.16-
YUV87.22113.21236.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.87%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=75.87%
G=4.76%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239156100.940.740.06347.6888.1949.8
HexEFF3D05E4A615c5832
Octal35717750136112653413062
Binary1110111111111111010101111010010101101010111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F3D; }

 p { color: rgb(239,15,61); }

 H1.HeaderClassName
 {
   color: #EF0F3D;
 }
 .AnyTagClassName
 {
   color: #EF0F3D;
 }
</style>
background-color css

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

 a { background-color: rgb(239,15,61); }

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

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

 span { border-color: rgb(239,15,61); }

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