#FB0F30

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

Shades of Torch Red #FB0F30

Tints of Torch Red #FB0F30

Color information

#FB0F30 (or 0xFB0F30) is unknown color: approx Torch Red. HEX triplet: FB, 0F and 30. RGB value is (251,15,48). Sum of RGB (Red+Green+Blue) = 251+15+48=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F30 is #04F0CF. Grayscale: #595959. Windows color (decimal): -323792 or 3149819. OLE color: 3149819.

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

Color convert

RGB2511548-
CMYK00.940.810.02
HSL351.61º96.72%52.16%-
HSV(B)351.61º94.02%98.43%-
XYZ40.4921.064.73-
YUV89.33104.69243.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 79.94%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=79.94%
G=4.78%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251154800.940.810.02351.6196.7252.16
HexFBF3005E5121606134
Octal37317600136121254014164
Binary111110111111110000010111101010001101011000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0F30; }

 p { color: rgb(251,15,48); }

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

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

 a { background-color: rgb(251,15,48); }

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

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

 span { border-color: rgb(251,15,48); }

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

cancel