#F0022B

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

Shades of Torch Red #F0022B

Tints of Torch Red #F0022B

Color information

#F0022B (or 0xF0022B) is unknown color: approx Torch Red. HEX triplet: F0, 02 and 2B. RGB value is (240,2,43). Sum of RGB (Red+Green+Blue) = 240+2+43=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F0022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0022B is #0FFDD4. Grayscale: #4D4D4D. Windows color (decimal): -1048021 or 2818800. OLE color: 2818800.

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

Color convert

RGB240243-
CMYK00.990.820.06
HSL349.66º98.35%47.45%-
HSV(B)349.66º99.17%94.12%-
XYZ36.3918.743.99-
YUV77.84108.35243.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 84.21%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=84.21%
G=0.70%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24024300.990.820.06349.6698.3547.45
HexF022B06352615e622f
Octal3602530143122653614257
Binary11110000101010110110001110100101101010111101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0022B; }

 p { color: rgb(240,2,43); }

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

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

 a { background-color: rgb(240,2,43); }

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

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

 span { border-color: rgb(240,2,43); }

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