#FB202D

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

Shades of Torch Red #FB202D

Tints of Torch Red #FB202D

Color information

#FB202D (or 0xFB202D) is unknown color: approx Torch Red. HEX triplet: FB, 20 and 2D. RGB value is (251,32,45). Sum of RGB (Red+Green+Blue) = 251+32+45=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB202D is #04DFD2. Grayscale: #636363. Windows color (decimal): -319443 or 2957563. OLE color: 2957563.

HSL color Cylindrical-coordinate representation of color #FB202D: hue angle of 356.44º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB202D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB2513245-
CMYK00.870.820.02
HSL356.44º96.48%55.49%-
HSV(B)356.44º87.25%98.43%-
XYZ40.7721.734.53-
YUV98.9697.55236.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.52%
GREEN value IS 32 (12.89% from 255) = 9.76%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=76.52%
G=9.76%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251324500.870.820.02356.4496.4855.49
HexFB202D0575221646037
Octal37340550127122254414067
Binary11111011100000101101010101111010010101011001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB202D; }

 p { color: rgb(251,32,45); }

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

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

 a { background-color: rgb(251,32,45); }

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

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

 span { border-color: rgb(251,32,45); }

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