#F0141B

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

Shades of Torch Red #F0141B

Tints of Torch Red #F0141B

Color information

#F0141B (or 0xF0141B) is unknown color: approx Torch Red. HEX triplet: F0, 14 and 1B. RGB value is (240,20,27). Sum of RGB (Red+Green+Blue) = 240+20+27=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0141B is #0FEBE4. Grayscale: #565656. Windows color (decimal): -1043429 or 1774832. OLE color: 1774832.

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

Color convert

RGB2402027-
CMYK00.920.890.06
HSL358.09º88%50.98%-
HSV(B)358.09º91.67%94.12%-
XYZ36.3819.12.81-
YUV86.5894.39237.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 83.62%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=83.62%
G=6.97%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240202700.920.890.06358.098850.98
HexF0141B05C5961665833
Octal36024330134131654613063
Binary1111000010100110110101110010110011101011001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0141B; }

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

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

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

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

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

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

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

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