#F01122

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

Shades of Torch Red #F01122

Tints of Torch Red #F01122

Color information

#F01122 (or 0xF01122) is unknown color: approx Torch Red. HEX triplet: F0, 11 and 22. RGB value is (240,17,34). Sum of RGB (Red+Green+Blue) = 240+17+34=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F01122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01122 is #0FEEDD. Grayscale: #555555. Windows color (decimal): -1044190 or 2232816. OLE color: 2232816.

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

Color convert

RGB2401734-
CMYK00.930.860.06
HSL355.43º88.14%50.39%-
HSV(B)355.43º92.92%94.12%-
XYZ36.4219.043.27-
YUV85.6298.88238.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 82.47%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=82.47%
G=5.84%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240173400.930.860.06355.4388.1450.39
HexF0112205D5661635832
Octal36021420135126654313062
Binary11110000100011000100101110110101101101011000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01122; }

 p { color: rgb(240,17,34); }

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

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

 a { background-color: rgb(240,17,34); }

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

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

 span { border-color: rgb(240,17,34); }

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