#FB0E37

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

Shades of Torch Red #FB0E37

Tints of Torch Red #FB0E37

Color information

#FB0E37 (or 0xFB0E37) is unknown color: approx Torch Red. HEX triplet: FB, 0E and 37. RGB value is (251,14,55). Sum of RGB (Red+Green+Blue) = 251+14+55=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0E37 is #04F1C8. Grayscale: #595959. Windows color (decimal): -324041 or 3608315. OLE color: 3608315.

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

Color convert

RGB2511455-
CMYK00.940.780.02
HSL349.62º96.73%51.96%-
HSV(B)349.62º94.42%98.43%-
XYZ40.6321.15.55-
YUV89.54108.52243.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.44%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 55 (21.88% from 255) = 17.19%
R=78.44%
G=4.38%
B=17.19%

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
Decimal251145500.940.780.02349.6296.7351.96
HexFBE3705E4E215e6134
Octal37316670136116253614164
Binary111110111110110111010111101001110101010111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0E37; }

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

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

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

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

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

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

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

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