#FB0E38

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

Shades of Torch Red #FB0E38

Tints of Torch Red #FB0E38

Color information

#FB0E38 (or 0xFB0E38) is unknown color: approx Torch Red. HEX triplet: FB, 0E and 38. RGB value is (251,14,56). Sum of RGB (Red+Green+Blue) = 251+14+56=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E38 is #04F1C7. Grayscale: #595959. Windows color (decimal): -324040 or 3673851. OLE color: 3673851.

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

Color convert

RGB2511456-
CMYK00.940.780.02
HSL349.37º96.73%51.96%-
HSV(B)349.37º94.42%98.43%-
XYZ40.6521.115.67-
YUV89.65109.02243.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.19%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=78.19%
G=4.36%
B=17.45%

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
Decimal251145600.940.780.02349.3796.7351.96
HexFBE3805E4E215d6134
Octal37316700136116253514164
Binary111110111110111000010111101001110101010111011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0E38; }

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

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

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

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

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

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

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

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