#F91943

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

Shades of Torch Red #F91943

Tints of Torch Red #F91943

Color information

#F91943 (or 0xF91943) is unknown color: approx Torch Red. HEX triplet: F9, 19 and 43. RGB value is (249,25,67). Sum of RGB (Red+Green+Blue) = 249+25+67=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F91943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91943 is #06E6BC. Grayscale: #606060. Windows color (decimal): -452285 or 4397561. OLE color: 4397561.

HSL color Cylindrical-coordinate representation of color #F91943: hue angle of 348.75º 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 #F91943 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB2492567-
CMYK00.900.730.02
HSL348.75º94.92%53.73%-
HSV(B)348.75º89.96%97.65%-
XYZ40.4321.247.28-
YUV96.76111.21236.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 73.02%
GREEN value IS 25 (10.16% from 255) = 7.33%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=73.02%
G=7.33%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249256700.900.730.02348.7594.9253.73
HexF9194305A49215d5f36
Octal371311030132111253513766
Binary11111001110011000011010110101001001101010111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91943; }

 p { color: rgb(249,25,67); }

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

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

 a { background-color: rgb(249,25,67); }

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

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

 span { border-color: rgb(249,25,67); }

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