#F3192B

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

Shades of Torch Red #F3192B

Tints of Torch Red #F3192B

Color information

#F3192B (or 0xF3192B) is unknown color: approx Torch Red. HEX triplet: F3, 19 and 2B. RGB value is (243,25,43). Sum of RGB (Red+Green+Blue) = 243+25+43=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F3192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3192B is #0CE6D4. Grayscale: #5C5C5C. Windows color (decimal): -845525 or 2824691. OLE color: 2824691.

HSL color Cylindrical-coordinate representation of color #F3192B: hue angle of 355.05º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3192B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB2432543-
CMYK00.900.820.05
HSL355.05º90.08%52.55%-
HSV(B)355.05º89.71%95.29%-
XYZ37.7519.924.14-
YUV92.23100.22235.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 78.14%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=78.14%
G=8.04%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243254300.900.820.05355.0590.0852.55
HexF3192B05A5251635a35
Octal36331530132122554313265
Binary11110011110011010110101101010100101011011000111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3192B; }

 p { color: rgb(243,25,43); }

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

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

 a { background-color: rgb(243,25,43); }

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

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

 span { border-color: rgb(243,25,43); }

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