#F0123D

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

Shades of Torch Red #F0123D

Tints of Torch Red #F0123D

Color information

#F0123D (or 0xF0123D) is unknown color: approx Torch Red. HEX triplet: F0, 12 and 3D. RGB value is (240,18,61). Sum of RGB (Red+Green+Blue) = 240+18+61=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0123D is #0FEDC2. Grayscale: #595959. Windows color (decimal): -1043907 or 4002544. OLE color: 4002544.

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

Color convert

RGB2401861-
CMYK00.920.750.06
HSL348.38º88.1%50.59%-
HSV(B)348.38º92.5%94.12%-
XYZ36.9919.296.19-
YUV89.28112.05235.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 75.24%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=75.24%
G=5.64%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240186100.920.750.06348.3888.150.59
HexF0123D05C4B615c5833
Octal36022750134113653413063
Binary11110000100101111010101110010010111101010111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0123D; }

 p { color: rgb(240,18,61); }

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

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

 a { background-color: rgb(240,18,61); }

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

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

 span { border-color: rgb(240,18,61); }

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