#F31113

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

Shades of Torch Red #F31113

Tints of Torch Red #F31113

Color information

#F31113 (or 0xF31113) is unknown color: approx Torch Red. HEX triplet: F3, 11 and 13. RGB value is (243,17,19). Sum of RGB (Red+Green+Blue) = 243+17+19=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F31113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31113 is #0CEEEC. Grayscale: #555555. Windows color (decimal): -847597 or 1249779. OLE color: 1249779.

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

Color convert

RGB2431719-
CMYK00.930.920.05
HSL359.47º90.4%50.98%-
HSV(B)359.47º93%95.29%-
XYZ37.2819.52.42-
YUV84.890.87240.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 87.10%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=87.10%
G=6.09%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243171900.930.920.05359.4790.450.98
HexF3111305D5C51675a33
Octal36321230135134554713263
Binary1111001110001100110101110110111001011011001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31113; }

 p { color: rgb(243,17,19); }

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

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

 a { background-color: rgb(243,17,19); }

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

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

 span { border-color: rgb(243,17,19); }

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