#FD2146

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

Shades of Torch Red #FD2146

Tints of Torch Red #FD2146

Color information

#FD2146 (or 0xFD2146) is unknown color: approx Torch Red. HEX triplet: FD, 21 and 46. RGB value is (253,33,70). Sum of RGB (Red+Green+Blue) = 253+33+70=356 (47% of max value = 765). Red value is 253 (99.22% from 255 or 71.07% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2146 is #02DEB9. Grayscale: #676767. Windows color (decimal): -188090 or 4596221. OLE color: 4596221.

HSL color Cylindrical-coordinate representation of color #FD2146: hue angle of 349.91º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2146 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB2533370-
CMYK00.870.720.01
HSL349.91º98.21%56.08%-
HSV(B)349.91º86.96%99.22%-
XYZ42.1622.417.9-
YUV103109.39234.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.07%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=71.07%
G=9.27%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253337000.870.720.01349.9198.2156.08
HexFD214605748115e6238
Octal375411060127110153614270
Binary11111101100001100011001010111100100011010111101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2146; }

 p { color: rgb(253,33,70); }

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

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

 a { background-color: rgb(253,33,70); }

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

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

 span { border-color: rgb(253,33,70); }

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