#F01434

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

Shades of Torch Red #F01434

Tints of Torch Red #F01434

Color information

#F01434 (or 0xF01434) is unknown color: approx Torch Red. HEX triplet: F0, 14 and 34. RGB value is (240,20,52). Sum of RGB (Red+Green+Blue) = 240+20+52=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01434 is #0FEBCB. Grayscale: #595959. Windows color (decimal): -1043404 or 3413232. OLE color: 3413232.

HSL color Cylindrical-coordinate representation of color #F01434: hue angle of 351.27º degrees, saturation: 0.88, 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 #F01434 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB2402052-
CMYK00.920.780.06
HSL351.27º88%50.98%-
HSV(B)351.27º91.67%94.12%-
XYZ36.8119.275.03-
YUV89.43106.89235.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 76.92%
GREEN value IS 20 (8.20% from 255) = 6.41%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=76.92%
G=6.41%
B=16.67%

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
Decimal240205200.920.780.06351.278850.98
HexF0143405C4E615f5833
Octal36024640134116653713063
Binary11110000101001101000101110010011101101010111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01434; }

 p { color: rgb(240,20,52); }

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

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

 a { background-color: rgb(240,20,52); }

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

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

 span { border-color: rgb(240,20,52); }

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