#fb1442

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

Shades of Torch Red #FB1442

Tints of Torch Red #FB1442

Color information

#FB1442 (or 0xFB1442) is unknown color: approx Torch Red. HEX triplet: FB, 14 and 42. RGB value is (251,20,66). Sum of RGB (Red+Green+Blue) = 251+20+66=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1442 is #04EBBD. Grayscale: #5E5E5E. Windows color (decimal): -322494 or 4330747. OLE color: 4330747.

HSL color Cylindrical-coordinate representation of color #FB1442: hue angle of 348.05º 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 #FB1442 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2512066-
CMYK00.920.740.02
HSL348.05º96.65%53.14%-
HSV(B)348.05º92.03%98.43%-
XYZ41.0221.47.12-
YUV94.31112.03239.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 74.48%
GREEN value IS 20 (8.20% from 255) = 5.93%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=74.48%
G=5.93%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251206600.920.740.02348.0596.6553.14
HexFB144205C4A215c6135
Octal373241020134112253414165
Binary11111011101001000010010111001001010101010111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb1442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb1442; }

 p { color: rgb(251,20,66); }

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

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

 a { background-color: rgb(251,20,66); }

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

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

 span { border-color: rgb(251,20,66); }

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