#F3123A

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

Shades of Torch Red #F3123A

Tints of Torch Red #F3123A

Color information

#F3123A (or 0xF3123A) is unknown color: approx Torch Red. HEX triplet: F3, 12 and 3A. RGB value is (243,18,58). Sum of RGB (Red+Green+Blue) = 243+18+58=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F3123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3123A is #0CEDC5. Grayscale: #595959. Windows color (decimal): -847302 or 3805939. OLE color: 3805939.

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

Color convert

RGB2431858-
CMYK00.930.760.05
HSL349.33º90.36%51.18%-
HSV(B)349.33º92.59%95.29%-
XYZ37.9419.795.82-
YUV89.84110.04237.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.18%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=76.18%
G=5.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243185800.930.760.05349.3390.3651.18
HexF3123A05D4C515d5a33
Octal36322720135114553513263
Binary11110011100101110100101110110011001011010111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3123A; }

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

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

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

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

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

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

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

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