#FB1B28

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

Shades of Torch Red #FB1B28

Tints of Torch Red #FB1B28

Color information

#FB1B28 (or 0xFB1B28) is unknown color: approx Torch Red. HEX triplet: FB, 1B and 28. RGB value is (251,27,40). Sum of RGB (Red+Green+Blue) = 251+27+40=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1B28 is #04E4D7. Grayscale: #5F5F5F. Windows color (decimal): -320728 or 2628603. OLE color: 2628603.

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

Color convert

RGB2512740-
CMYK00.890.840.02
HSL356.52º96.55%54.51%-
HSV(B)356.52º89.24%98.43%-
XYZ40.5621.454.01-
YUV95.4696.71238.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.93%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 40 (16.02% from 255) = 12.58%
R=78.93%
G=8.49%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251274000.890.840.02356.5296.5554.51
HexFB1B280595421656137
Octal37333500131124254514167
Binary1111101111011101000010110011010100101011001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1B28; }

 p { color: rgb(251,27,40); }

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

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

 a { background-color: rgb(251,27,40); }

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

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

 span { border-color: rgb(251,27,40); }

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