#FD1214

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

Shades of Torch Red #FD1214

Tints of Torch Red #FD1214

Color information

#FD1214 (or 0xFD1214) is unknown color: approx Torch Red. HEX triplet: FD, 12 and 14. RGB value is (253,18,20). Sum of RGB (Red+Green+Blue) = 253+18+20=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1214 is #02EDEB. Grayscale: #585858. Windows color (decimal): -191980 or 1315581. OLE color: 1315581.

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

Color convert

RGB2531820-
CMYK00.930.920.01
HSL359.49º98.33%53.14%-
HSV(B)359.49º92.89%99.22%-
XYZ40.8521.372.63-
YUV88.4989.36245.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 86.94%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 20 (8.20% from 255) = 6.87%
R=86.94%
G=6.19%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253182000.930.920.01359.4998.3353.14
HexFD121405D5C11676235
Octal37522240135134154714265
Binary11111101100101010001011101101110011011001111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1214; }

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

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

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

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

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

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

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

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