#FD1439

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

Shades of Torch Red #FD1439

Tints of Torch Red #FD1439

Color information

#FD1439 (or 0xFD1439) is unknown color: approx Torch Red. HEX triplet: FD, 14 and 39. RGB value is (253,20,57). Sum of RGB (Red+Green+Blue) = 253+20+57=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1439 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1439 is #02EBC6. Grayscale: #5D5D5D. Windows color (decimal): -191431 or 3740925. OLE color: 3740925.

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

Color convert

RGB2532057-
CMYK00.920.770.01
HSL350.47º98.31%53.53%-
HSV(B)350.47º92.09%99.22%-
XYZ41.521.685.87-
YUV93.88107.19241.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 76.67%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=76.67%
G=6.06%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253205700.920.770.01350.4798.3153.53
HexFD143905C4D115e6236
Octal37524710134115153614266
Binary111111011010011100101011100100110111010111101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1439; }

 p { color: rgb(253,20,57); }

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

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

 a { background-color: rgb(253,20,57); }

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

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

 span { border-color: rgb(253,20,57); }

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