#F3121A

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

Shades of Torch Red #F3121A

Tints of Torch Red #F3121A

Color information

#F3121A (or 0xF3121A) is unknown color: approx Torch Red. HEX triplet: F3, 12 and 1A. RGB value is (243,18,26). Sum of RGB (Red+Green+Blue) = 243+18+26=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F3121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3121A is #0CEDE5. Grayscale: #565656. Windows color (decimal): -847334 or 1708787. OLE color: 1708787.

HSL color Cylindrical-coordinate representation of color #F3121A: hue angle of 357.87º 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 #F3121A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB2431826-
CMYK00.930.890.05
HSL357.87º90.36%51.18%-
HSV(B)357.87º92.59%95.29%-
XYZ37.3619.562.78-
YUV86.1994.04239.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 84.67%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 26 (10.55% from 255) = 9.06%
R=84.67%
G=6.27%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243182600.930.890.05357.8790.3651.18
HexF3121A05D5951665a33
Octal36322320135131554613263
Binary1111001110010110100101110110110011011011001101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3121A; }

 p { color: rgb(243,18,26); }

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

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

 a { background-color: rgb(243,18,26); }

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

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

 span { border-color: rgb(243,18,26); }

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