#F3011C

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

Shades of Torch Red #F3011C

Tints of Torch Red #F3011C

Color information

#F3011C (or 0xF3011C) is unknown color: approx Torch Red. HEX triplet: F3, 01 and 1C. RGB value is (243,1,28). Sum of RGB (Red+Green+Blue) = 243+1+28=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F3011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3011C is #0CFEE3. Grayscale: #4C4C4C. Windows color (decimal): -851684 or 1835507. OLE color: 1835507.

HSL color Cylindrical-coordinate representation of color #F3011C: hue angle of 353.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3011C is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB243128-
CMYK01.000.880.05
HSL353.31º99.18%47.84%-
HSV(B)353.31º99.59%95.29%-
XYZ37.1819.162.84-
YUV76.44100.67246.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 89.34%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=89.34%
G=0.37%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312801.000.880.05353.3199.1847.84
HexF311C0645851616330
Octal3631340144130554114360
Binary111100111111000110010010110001011011000011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3011C; }

 p { color: rgb(243,1,28); }

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

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

 a { background-color: rgb(243,1,28); }

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

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

 span { border-color: rgb(243,1,28); }

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