#FD1216

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

Shades of Torch Red #FD1216

Tints of Torch Red #FD1216

Color information

#FD1216 (or 0xFD1216) is unknown color: approx Torch Red. HEX triplet: FD, 12 and 16. RGB value is (253,18,22). Sum of RGB (Red+Green+Blue) = 253+18+22=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1216 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1216 is #02EDE9. Grayscale: #585858. Windows color (decimal): -191978 or 1446653. OLE color: 1446653.

HSL color Cylindrical-coordinate representation of color #FD1216: hue angle of 358.98º 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 #FD1216 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB2531822-
CMYK00.930.910.01
HSL358.98º98.33%53.14%-
HSV(B)358.98º92.89%99.22%-
XYZ40.8721.372.73-
YUV88.7290.36245.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 86.35%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=86.35%
G=6.14%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253182200.930.910.01358.9898.3353.14
HexFD121605D5B11676235
Octal37522260135133154714265
Binary11111101100101011001011101101101111011001111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1216; }

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

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

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

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

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

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

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

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