#fb0f38

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

Shades of Torch Red #FB0F38

Tints of Torch Red #FB0F38

Color information

#FB0F38 (or 0xFB0F38) is unknown color: approx Torch Red. HEX triplet: FB, 0F and 38. RGB value is (251,15,56). Sum of RGB (Red+Green+Blue) = 251+15+56=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0F38 is #04F0C7. Grayscale: #5A5A5A. Windows color (decimal): -323784 or 3674107. OLE color: 3674107.

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

Color convert

RGB2511556-
CMYK00.940.780.02
HSL349.58º96.72%52.16%-
HSV(B)349.58º94.02%98.43%-
XYZ40.6721.145.68-
YUV90.24108.69242.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 77.95%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=77.95%
G=4.66%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251155600.940.780.02349.5896.7252.16
HexFBF3805E4E215e6134
Octal37317700136116253614164
Binary111110111111111000010111101001110101010111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb0f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb0f38; }

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

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

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

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

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

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

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

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