#F0182E

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

Shades of Torch Red #F0182E

Tints of Torch Red #F0182E

Color information

#F0182E (or 0xF0182E) is unknown color: approx Torch Red. HEX triplet: F0, 18 and 2E. RGB value is (240,24,46). Sum of RGB (Red+Green+Blue) = 240+24+46=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0182E is #0FE7D1. Grayscale: #5B5B5B. Windows color (decimal): -1042386 or 3021040. OLE color: 3021040.

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

Color convert

RGB2402446-
CMYK00.90.810.06
HSL353.89º87.8%51.76%-
HSV(B)353.89º90%94.12%-
XYZ36.7519.384.39-
YUV91.09102.56234.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 77.42%
GREEN value IS 24 (9.77% from 255) = 7.74%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=77.42%
G=7.74%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240244600.90.810.06353.8987.851.76
HexF0182E05A5161625834
Octal36030560132121654213064
Binary11110000110001011100101101010100011101011000101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0182E; }

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

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

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

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

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

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

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

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