#FB131C

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

Shades of Torch Red #FB131C

Tints of Torch Red #FB131C

Color information

#FB131C (or 0xFB131C) is unknown color: approx Torch Red. HEX triplet: FB, 13 and 1C. RGB value is (251,19,28). Sum of RGB (Red+Green+Blue) = 251+19+28=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB131C is #04ECE3. Grayscale: #595959. Windows color (decimal): -322788 or 1840123. OLE color: 1840123.

HSL color Cylindrical-coordinate representation of color #FB131C: hue angle of 357.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB131C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB2511928-
CMYK00.920.890.02
HSL357.67º96.67%52.94%-
HSV(B)357.67º92.43%98.43%-
XYZ40.2321.063.04-
YUV89.3993.36243.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 84.23%
GREEN value IS 19 (7.81% from 255) = 6.38%
BLUE value IS 28 (11.33% from 255) = 9.40%
R=84.23%
G=6.38%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251192800.920.890.02357.6796.6752.94
HexFB131C05C5921666135
Octal37323340134131254614165
Binary111110111001111100010111001011001101011001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB131C; }

 p { color: rgb(251,19,28); }

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

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

 a { background-color: rgb(251,19,28); }

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

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

 span { border-color: rgb(251,19,28); }

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