#EF1435

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

Shades of Torch Red #EF1435

Tints of Torch Red #EF1435

Color information

#EF1435 (or 0xEF1435) is unknown color: approx Torch Red. HEX triplet: EF, 14 and 35. RGB value is (239,20,53). Sum of RGB (Red+Green+Blue) = 239+20+53=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1435 is #10EBCA. Grayscale: #595959. Windows color (decimal): -1108939 or 3478767. OLE color: 3478767.

HSL color Cylindrical-coordinate representation of color #EF1435: hue angle of 350.96º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1435 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB2392053-
CMYK00.920.780.06
HSL350.96º87.25%50.78%-
HSV(B)350.96º91.63%93.73%-
XYZ36.4919.115.13-
YUV89.24107.55234.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.60%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=76.60%
G=6.41%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239205300.920.780.06350.9687.2550.78
HexEF143505C4E615f5733
Octal35724650134116653712763
Binary11101111101001101010101110010011101101010111111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1435; }

 p { color: rgb(239,20,53); }

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

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

 a { background-color: rgb(239,20,53); }

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

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

 span { border-color: rgb(239,20,53); }

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