#FB1234

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

Shades of Torch Red #FB1234

Tints of Torch Red #FB1234

Color information

#FB1234 (or 0xFB1234) is unknown color: approx Torch Red. HEX triplet: FB, 12 and 34. RGB value is (251,18,52). Sum of RGB (Red+Green+Blue) = 251+18+52=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1234 is #04EDCB. Grayscale: #5B5B5B. Windows color (decimal): -323020 or 3412731. OLE color: 3412731.

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

Color convert

RGB2511852-
CMYK00.930.790.02
HSL351.24º96.68%52.75%-
HSV(B)351.24º92.83%98.43%-
XYZ40.6221.195.2-
YUV91.54105.69241.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.19%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=78.19%
G=5.61%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251185200.930.790.02351.2496.6852.75
HexFB123405D4F215f6135
Octal37322640135117253714165
Binary1111101110010110100010111011001111101010111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1234; }

 p { color: rgb(251,18,52); }

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

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

 a { background-color: rgb(251,18,52); }

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

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

 span { border-color: rgb(251,18,52); }

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