#F0022C

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

Shades of Torch Red #F0022C

Tints of Torch Red #F0022C

Color information

#F0022C (or 0xF0022C) is unknown color: approx Torch Red. HEX triplet: F0, 02 and 2C. RGB value is (240,2,44). Sum of RGB (Red+Green+Blue) = 240+2+44=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0022C is #0FFDD3. Grayscale: #4E4E4E. Windows color (decimal): -1048020 or 2884336. OLE color: 2884336.

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

Color convert

RGB240244-
CMYK00.990.820.06
HSL349.41º98.35%47.45%-
HSV(B)349.41º99.17%94.12%-
XYZ36.4118.754.08-
YUV77.95108.85243.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 83.92%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=83.92%
G=0.70%
B=15.38%

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
Decimal24024400.990.820.06349.4198.3547.45
HexF022C06352615d622f
Octal3602540143122653514257
Binary11110000101011000110001110100101101010111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0022C; }

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

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

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

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

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

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

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

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