#F3171D

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

Shades of Torch Red #F3171D

Tints of Torch Red #F3171D

Color information

#F3171D (or 0xF3171D) is unknown color: approx Torch Red. HEX triplet: F3, 17 and 1D. RGB value is (243,23,29). Sum of RGB (Red+Green+Blue) = 243+23+29=295 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.37% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 243 - color contains mainly: red. Hex color #F3171D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3171D is #0CE8E2. Grayscale: #595959. Windows color (decimal): -846051 or 1906675. OLE color: 1906675.

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

Color convert

RGB2432329-
CMYK00.910.880.05
HSL358.36º90.16%52.16%-
HSV(B)358.36º90.53%95.29%-
XYZ37.4919.763-
YUV89.4693.89237.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 82.37%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=82.37%
G=7.80%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243232900.910.880.05358.3690.1652.16
HexF3171D05B5851665a34
Octal36327350133130554613264
Binary1111001110111111010101101110110001011011001101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3171D; }

 p { color: rgb(243,23,29); }

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

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

 a { background-color: rgb(243,23,29); }

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

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

 span { border-color: rgb(243,23,29); }

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