#FB0D3C

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

Shades of Torch Red #FB0D3C

Tints of Torch Red #FB0D3C

Color information

#FB0D3C (or 0xFB0D3C) is unknown color: approx Torch Red. HEX triplet: FB, 0D and 3C. RGB value is (251,13,60). Sum of RGB (Red+Green+Blue) = 251+13+60=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0D3C is #04F2C3. Grayscale: #595959. Windows color (decimal): -324292 or 3935739. OLE color: 3935739.

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

Color convert

RGB2511360-
CMYK00.950.760.02
HSL348.15º96.75%51.76%-
HSV(B)348.15º94.82%98.43%-
XYZ40.7421.126.2-
YUV89.52111.35243.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 77.47%
GREEN value IS 13 (5.47% from 255) = 4.01%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=77.47%
G=4.01%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251136000.950.760.02348.1596.7551.76
HexFBD3C05F4C215c6134
Octal37315740137114253414164
Binary111110111101111100010111111001100101010111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0D3C; }

 p { color: rgb(251,13,60); }

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

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

 a { background-color: rgb(251,13,60); }

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

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

 span { border-color: rgb(251,13,60); }

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