#F9184C

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

Shades of Torch Red #F9184C

Tints of Torch Red #F9184C

Color information

#F9184C (or 0xF9184C) is unknown color: approx Torch Red. HEX triplet: F9, 18 and 4C. RGB value is (249,24,76). Sum of RGB (Red+Green+Blue) = 249+24+76=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9184C is #06E7B3. Grayscale: #616161. Windows color (decimal): -452532 or 4987129. OLE color: 4987129.

HSL color Cylindrical-coordinate representation of color #F9184C: hue angle of 346.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9184C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB2492476-
CMYK00.900.690.02
HSL346.13º94.94%53.53%-
HSV(B)346.13º90.36%97.65%-
XYZ40.721.318.81-
YUV97.2116.04236.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.35%
GREEN value IS 24 (9.77% from 255) = 6.88%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=71.35%
G=6.88%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249247600.900.690.02346.1394.9453.53
HexF9184C05A45215a5f36
Octal371301140132105253213766
Binary11111001110001001100010110101000101101010110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9184C; }

 p { color: rgb(249,24,76); }

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

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

 a { background-color: rgb(249,24,76); }

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

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

 span { border-color: rgb(249,24,76); }

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