#FB1E2F

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

Shades of Torch Red #FB1E2F

Tints of Torch Red #FB1E2F

Color information

#FB1E2F (or 0xFB1E2F) is unknown color: approx Torch Red. HEX triplet: FB, 1E and 2F. RGB value is (251,30,47). Sum of RGB (Red+Green+Blue) = 251+30+47=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1E2F is #04E1D0. Grayscale: #626262. Windows color (decimal): -319953 or 3088123. OLE color: 3088123.

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

Color convert

RGB2513047-
CMYK00.880.810.02
HSL355.38º96.51%55.1%-
HSV(B)355.38º88.05%98.43%-
XYZ40.7621.644.72-
YUV98.0299.22237.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.52%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 47 (18.75% from 255) = 14.33%
R=76.52%
G=9.15%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251304700.880.810.02355.3896.5155.1
HexFB1E2F0585121636137
Octal37336570130121254314167
Binary1111101111110101111010110001010001101011000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1E2F; }

 p { color: rgb(251,30,47); }

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

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

 a { background-color: rgb(251,30,47); }

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

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

 span { border-color: rgb(251,30,47); }

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