#F31326

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

Shades of Torch Red #F31326

Tints of Torch Red #F31326

Color information

#F31326 (or 0xF31326) is unknown color: approx Torch Red. HEX triplet: F3, 13 and 26. RGB value is (243,19,38). Sum of RGB (Red+Green+Blue) = 243+19+38=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F31326 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31326 is #0CECD9. Grayscale: #585858. Windows color (decimal): -847066 or 2495475. OLE color: 2495475.

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

Color convert

RGB2431938-
CMYK00.920.840.05
HSL354.91º90.32%51.37%-
HSV(B)354.91º92.18%95.29%-
XYZ37.5419.663.65-
YUV88.1499.71238.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 81%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=81%
G=6.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243193800.920.840.05354.9190.3251.37
HexF3132605C5451635a33
Octal36323460134124554313263
Binary11110011100111001100101110010101001011011000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31326; }

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

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

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

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

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

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

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

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