#F0182F

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

Shades of Torch Red #F0182F

Tints of Torch Red #F0182F

Color information

#F0182F (or 0xF0182F) is unknown color: approx Torch Red. HEX triplet: F0, 18 and 2F. RGB value is (240,24,47). Sum of RGB (Red+Green+Blue) = 240+24+47=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0182F is #0FE7D0. Grayscale: #5B5B5B. Windows color (decimal): -1042385 or 3086576. OLE color: 3086576.

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

Color convert

RGB2402447-
CMYK00.90.800.06
HSL353.61º87.8%51.76%-
HSV(B)353.61º90%94.12%-
XYZ36.7719.384.49-
YUV91.21103.06234.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 77.17%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=77.17%
G=7.72%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240244700.90.800.06353.6187.851.76
HexF0182F05A5061625834
Octal36030570132120654213064
Binary11110000110001011110101101010100001101011000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0182F; }

 p { color: rgb(240,24,47); }

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

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

 a { background-color: rgb(240,24,47); }

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

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

 span { border-color: rgb(240,24,47); }

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